Skip to main content

Parallel Traversal

Each of them creates a loop within the given collection, as in any activity. It performs the added activities for each iteration in the collection.

However, it executes the next activity without waiting for all iterations in the collection to complete.

If the results generated by this activity will be used in the next activities, incorrect results may occur. Therefore, the For Each Parallel activity should be used in cases where the generated result does not need to be used in the flow.

Misc

  • Argument Type: The type of the elements in the given collection object should be entered.
    • Type: Generic
    • Required
  • Values: The field where the collection object to be used is entered.
    • Type: IEnumerable<object>