Skip to main content

While

Description

It iterates through all the elements and executes the particular activity repeatedly until it reached the specific conditions. Refer to Office Documentation

Properties

Input

  • Condition – The body executes as long as this condition is true.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Example

Download Example (VB)

Correlation Scope