Skip to main content

Do-While

Execute the contained workflow while condition is true.

Input

  • Condition: Executed body while this condition is true
    • Type: System.Activities.Activity<System.Boolean>
    • Required

Options

  • Delay Between: Specifies the waiting time between each iteration in milliseconds. If the delay is too short, it may not allow sufficient time for proper resource cleanup in fast-completing iterations, which can lead to system freezes. To prevent this risk, a minimum waiting time of 200 milliseconds is recommended.
    • Type: System.Int32
    • Required