Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The While step provides the ability to loop through the execution of other steps. Drag the While workflow operation onto the workflow editor, and configure its parameters as depicted in the table below.


Image RemovedImage Added



Field

Required

Description

Step Name

Yes

The display name of the step to appear in the workflow editor.

Condition

Yes

An expression evaluating whether a loop iteration should be executed1,2. The expression must return a boolean true or false.

...