You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Elsa 3's Latest Version, I have a workflow where:
SubWorkflow A is defined.
SubWorkflow B is connected to A and becomes active after A completes.
Each SubWorkflow (A, B) contains multiple Event activities.
After executing the workflow:
SubWorkflow A is complete.
SubWorkflow B is active but in Suspended state.
Now, I want to dynamically add SubWorkflow C connected to A in parallel with SubWorkflow B, and it should start executing immediately after being added.
How can I achieve this using Workflow Alterations in Elsa 3?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
@sfmskywalker ,
In Elsa 3's Latest Version, I have a workflow where:
SubWorkflow A is defined.
SubWorkflow B is connected to A and becomes active after A completes.
Each SubWorkflow (A, B) contains multiple Event activities.
After executing the workflow:
SubWorkflow A is complete.
SubWorkflow B is active but in Suspended state.
Now, I want to dynamically add SubWorkflow C connected to A in parallel with SubWorkflow B, and it should start executing immediately after being added.
How can I achieve this using Workflow Alterations in Elsa 3?
Beta Was this translation helpful? Give feedback.
All reactions