BlockingOutput Activity
- Last UpdatedJul 01, 2024
- 2 minute read
Activity Description
This activity facilitates synchronous execution of workflow activities other than human activities with an active form.
This is typically used in forms, whose fields need to be updated based on the output of multiple workflow activities of the same workflow, executed one after the other, without closing the form.
Activity 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.)
Configuration
Specify the Output to be returned to the application that calls this workflow when this activity is encountered.
Looping Behavior
The property in the Looping Behavior group has been described below. You can use this property to specify the looping behavior of the activity.
Loop through this action if output is - This property is used to specify the condition for looping the activity by selecting an activity output from the drop down. The looping option for this activity is Completed.
Property Type: Optional (This property needs to be set only if necessary.)
Note:
- When you use the BlockingOutput activity for returning the blocking output value,
ensure that all the activities being executed before this activity, do not have sleeping
behavior. For example: There should not be any activities, such as human or scheduler
activities, which go to the sleep mode. However, Workflow activity with some specific
settings can be included before this activity. For more information about the Workflow
activity, see Workflow Activity.
Exception Behavior
Each activity has the Raise Error on Unhandled Linked Output property on click of which, it shows all the default configured mapped error outputs in red with their check boxes selected.
See Mapped Error Outputs for more details.