Parallel (ParallelActivity)

Parallel (ParallelActivity)

What to use it for

Prerequisites for usage

Essential properties to set

Use Parallel to run two or more sequences of Activities simultaneously. Parallel finishes processing when all children are completed.

This activity should only be used by experienced implementers.

None.

None. Works with default settings.

Options for SmartBridge 3

None. Drag Activities to the body.

  • Activities below each other will form a sequence of Activities, executed from top to bottom.
  • Adding an Activity next to the first sequence creates another sequence. Each column of Activities will represent one sequence of Activities.

Options for SmartBridge 2

 Click here to expand...

Activity

Every Workflow Activity needs to have a name, and be configured to be either on or off. These generic properties are part of the Activity properties.

Option

What is it

How to use it

Name

 

A unique name for the Activity. Names are used for two reasons:

  • So you are able to identify the activity throughout the Workflow.
  • More importantly, a name is essential in case you want one Activity to refer to another, specific Activity.
  • Leave the generated name (default)
  • Or enter a unique name.

Description

Description of the activity, to give others some context about the Activity.

Enter an optional description.

Enabled

 


Specifies if the Activity should be enabled or not.

Disabled Activities will be skipped during Workflow execution and validation.

Select option from the dropdown:

  • True – Enables the Activity (default).
  • False – Disables the Activity.

Recommended: True

 

 

On this page

Parallel Processing Activities