[08]Parallel ForEach

Last modified by admin on 2023/10/20 10:27

System.Activities.Statements.ParallelForEach

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.

Core_ParallelForEach

(* For Mandatory)

Properties

Misc

  • Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: Parallel ForEach
  • Complete Condition (Boolean)* - The condition for the activity to start execute.
  • Type Argument (Dropdown List) - Enables you to choose different types of statement that can be add in the expression property.
  • Values (IEnumberable)*- The data collections that you want akaBot to execute.

Table of Content

  
Navigation