[07]Parallel

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

System.Activities.Statements.Parallel

Description

This activity allows you to executes all child activities simultaneously and asynchronously.
When the activity is run, a separate job is created for each process.
If a child process is invoked but not found, an error is logged containing the name of the child process. If there is an error occurs in the child process after it has been invoked, the parent is not aware of it and continue with the normal execution.

Core_Parallel

(* 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
  • Complete Condition (Boolean)* - The condition for the activity to start execute.
    E.g varA = varB

Table of Content

  
Navigation