connect
search

Logical components

Choice

Overview

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.

Constraints

Unlike the AWS Step Function equivalent, the Ignition Choice component can only use nested conditions that are 3 levels deep.

Further reading

For more information, see the AWS official documentation.

Parallel

Overview

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.

Further reading

For more information, see the AWS official documentation.

Done

Overview

Ends the workflow execution with a SUCCESS state.

Fail

Overview

Ends the workflow execution with a FAIL state.

TriggersWorkflow Tasks