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
Sometimes activity tasks in workflows only need to be run if a certain condition is met. There is no way to have optional branches in the current workflow spec definition.
Support conditionals in DAG-type workflow-spec.
Sometimes activity tasks in workflows only need to be run if a certain condition is met. There is no way to have optional branches in the current workflow spec definition.
Proposed syntax example:
Nothing more complex should be required as a prior task could be used to use the entire current workflow state to determine if a branch should be run.
The text was updated successfully, but these errors were encountered: