Parallel

Estimated reading: 1 minute 1530 views

This feature enables users to execute workflows in an asynchronous mode. These actions facilitate concurrent task execution, eliminating the need to wait for one task to finish before starting another. Typically, tasks are executed synchronously, meaning they only progress to the next step when the current execution process is finished.

The parallel activity aids in executing tasks in scenarios where automation requires waiting for external resources or services, such as web requests or file operations. It enables your workflow to continue processing other activities while waiting for these operations to be completed.

Properties

MISC

CompleteCondition: This parameter enables you to execute tasks based on a Boolean value condition. Specify either ‘True’ or ‘False’ here.
True: Executes the first-found activity and cancels the execution of other activities.
False: Executes all the sequence of activities one by one without delays. If ‘True/False’ is not provided, it will default to the ‘False’ functionality.

Display Name: Displays the name of the activity. The activity name can be customized which will help in troubleshooting.

Share this Doc

Parallel

Or copy link

CONTENTS