Forum Discussion
Total activity limitation
- 2 years ago
So it is 4 outer activities + 6inner activities.
So total count is 10 activities
So it is 4 outer activities + 6inner activities.
So total count is 10 activities
It is basically the activities that you drag and drop within the pipeline
- smpa012 years ago
Community Champion
NandanHegde thank you very much for this. I have a follow up questions to this.
1. If I split up my current array of 20 to 8 +12 (each containing 10 activities - as per your explanation) and build two seperate pipelines called P1 and P2 and create a seperate pipeline P3 and invoke p1 and P2 in P3; will it be considered as 2 activities or 10 activities.
- NandanHegde2 years ago
Super User
Invoke pipeline activity is considered as a single activity count within the pipeline. The number of activities within the another pipeline which is being triggered is not considered within the pipeline via which the pipeline is being triggered.
Also data pipelines at the end are basically json codes, so in case if you are familiar with the framework you can code from backend rather than drag drop