Forum Discussion

eurenergy's avatar
eurenergy
Frequent Visitor
1 year ago
Solved

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...
  • NandanHegde's avatar
    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