Skip to main content
The Or component waits for any of its inputs to complete before continuing the pipeline. Once one of the inputs finish, the tasks defined after the Or component are added to the pipeline queue. There may already be tasks in the queue, however, so those tasks may not necessarily be run next. Rename the Or component by clicking the edit (pencil) button.
The input links don’t have to be success links. For example, you may wish to take an action if any of a set of components fail, regardless of which particular one fails.
Alternatively, see the And component.

Properties

Name
string
required
A human-readable name for the component.