Synchronize Activity
- Last UpdatedJun 26, 2024
- 2 minute read
Activity description
The Synchronize Activity synchronizes the execution of different activities. The engine does not proceed with the execution of further actions until all the actions leading to this activity are completed.
Activity Properties
The Synchronize activity has to be configured by specifying appropriate values for the different properties in the Activity Properties area. The Activity Properties can be accessed by clicking on the Activity Properties tool in the Tool Bar or by selecting the appropriate option from the right click menu for the Synchronize activity. The Activity Properties are organized under the following groups of related properties. The properties under each group are described in this topic.
Name & Description
The properties in the Name & Description group have been described below. You can use these properties to specify the name and description for the activity.
Name - This property can be used to specify a name for the activity.
Property Type: Optional (This property needs to be set only if necessary.)
Description - This property specifies a brief description to be displayed for the activity.
Property Type: Optional (This property needs to be set only if necessary.)
Activity outputs
The Synchronize Activity does not return any value.
Example for a Synchronize Activity:
Suppose you want to submit the updated value of the two variables which are executed at different branches to the WebAPI, then these two values has to be synchronized. In the following workflow, the two variables are connected to the synchronize activity. When both the variables are updated using the update variable activity, the value gets submitted to WebAPI only after the synchronize activity.
