Creates a branching path, where the next step will be taken based on a list of conditions.
A Choice
component will always have a default path. If no conditions are met, the default path will be chosen.
Unlike the AWS Step Function equivalent, the Ignition Choice
component can only use nested conditions that are 3 levels deep.
For more information, see the AWS official documentation.
Creates a parallel branching path, where ALL paths will be run in parallel. A parallel step is completed when all branches inside it are completed.
For more information, see the AWS official documentation.
Ends the workflow execution with a SUCCESS
state.
Ends the workflow execution with a FAIL
state.