Parallel For Each
Description
Enables you to enumerate through all elements of a collection and executes a series of activities for each element of the collection in parallel.
Properties
Category | Property | Type | Description |
---|---|---|---|
Misc | Complete Condition | In(Boolean) | The condition for the activity to start execute. |
Values | In(IEnumerable<Object>) | The data collections that you want to execute. | |
Type Argument | In(TypeArgument) | Enables you to choose different types of statement that can be add in the expression property. |