Blocking Output Activity
- Last UpdatedJun 21, 2024
- 3 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.)
Example for a Block Output Activity:
Step 1: Create a Workflow
Step 2: In the Workflow, Start activity is connected to a Block activity.
Step 3: Click on the property 'Set Blocking Output' following window pops up. Set it as "TRUE" as shown in the figure.

Step 4: Associate the workflow to a list on the event 'Item Adding'.
Output: Whenever an attempt is made to add an item to the list, the Blocking Output activity would prevent it and display the following error message:
Item adding is stopped by the workflow.
Note:
- This activity works only when the event is in process like Item Adding, Item Updating
and not for the events like Item Added, Item Updated because once the process is completed
the item cannot be blocked any more. This activity is useful when you want to prevent
the users from performing specific tasks. For example: If you want to prevent users
from updating an existing item.
- 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.