Forum Discussion
eurenergy
1 year agoFrequent Visitor
How to avoid a nested ForEach activity and a json settings file
I have the pipeline belwo which works great. It works for a single process and uses paths etc for this process. However, I need to use this pipeline for five processes, (in which some setti...
- 1 year ago
you can trigger an Execute pipeline activity from within a for each activity.
So you can have a pipeline with your main framework and call that pipeline from within foreach activity in another pipeline
NandanHegde
1 year agoSuper User
you can trigger an Execute pipeline activity from within a for each activity.
So you can have a pipeline with your main framework and call that pipeline from within foreach activity in another pipeline