Workflows in AutomationEdge

How many workflows at a time can be created in automation edge and if
two processes/workflows are dependent on each other then how we can have
synchronization/message passing between them ?

2 Likes

At a time only one workflow can be created in AE.
To execute two processes/workflows which are dependent on each other we can put these workflows in container and execute container.

What is container?
Ans- A Container Workflow is a place holder that groups together related workflows. For example if employee on-boarding process has multiple AutomationEdge workflows, all the workflows for employee on-boarding can be tied together in a Container Workflow. One workflow is marked as Start Workflow and one is marked as End workflow, which set start and end of the Container instance. The order and number of instances of other workflows is flexible.