Forum Discussion
Total activity limitation
I see this as a current limitation (total 80 per pipeline). If I am calling forEach for an array length of 15 and forEach has 6 inner activities, is that deemed to fail due to reaching limitation?
starting activities (3) + (15 x 6) = 93? or is it considered as a total 4 activities.
If the total count is 83 for this pipeline that it will reach the limit and it will error out.
In that case, can i break this into 2 different pipelines (P1 and P2 by splitting the array) and invoke them in a different pipelne P3 and that would be considers as a total of 2 activities and it will be well below the limit?
Thank you in advance.
So it is 4 outer activities + 6inner activities.
So total count is 10 activities
7 Replies
- NandanHegdeSuper User
The limitation is w.r.t the number of activities present while publishing the pipeline.
Not the number of executions.
You can have more than 500 iterations etc
- smpa01Community Champion
So, in the current pipeline screenshot, it would be considered as 4 activities ?
- NandanHegdeSuper User
So it is 4 outer activities + 6inner activities.
So total count is 10 activities
- AnonymousNot applicable
Hi smpa01
Thank you very much NandanHegde for your prompt reply.
Can you tell me if your problem is solved? If yes, please accept it as solution.
Regards,
Nono Chen