Updated on 2024-07-11 GMT+08:00

Parallel Processing Operator

The Parallel Processing operator can execute multiple branches at the same time. The branches do not affect each other.

Table 1 Parallel Processing operator parameters

Parameter

Description

Policy Upon Branch Failure

Policy for processing the API workflow when one of the parallel branches fails
  • Terminate processing: terminates the API workflow if any branch fails.
  • Continue execution of next branch: continues to execute other branches and subsequent operators even if a branch fails. If all branches fail and no operators can be executed, the API workflow status becomes failed.

Branch 1

Timeout Duration (ms)

If the execution of the current branch times out, the branch status becomes failed. The default value is 0, indicating that there is no time limit.

Branch 2

Timeout Duration (ms)

If the execution of the current branch times out, the branch status becomes failed. The default value is 0, indicating that there is no time limit.

...

Branch n

Timeout Duration (ms)

If the execution of the current branch times out, the branch status becomes failed. The default value is 0, indicating that there is no time limit.