Container Call

Hello all,
can anyone please help me out, how i can have more than 3 workflows in a container and call them in sequence.

Hello @aniket.shelke,

You can call multiple workflows in a container using the workflow execution API. AutomationEdge invokes the container by executing the first workflow and the sub sequential workflows need to be called using the above mentioned API. The response for the execution triggered by AutomationEdge will contain the ID which will in turn need to be passed as ParentID in the next calls to execute next workflows in the container.

1 Like