End Activity Execution: Activity Details
- Last UpdatedJun 21, 2024
- 4 minute read
Activity Details property window
This topic gives you a detailed understanding of the Activity Details properties. The Activity Details properties are used to specify
-
the workflow in which the activity to be ended is used.
-
the activity which needs to be ended.
-
the error that needs to be displayed if the activity that is to be ended is not found.
-
the loop execution step entry activity to monitor the instances that are to be ended.
To open the Activity Details window, click the Activity Details button.

This window has the following properties:
-
Workflow Level: This property helps you to select the workflow level in which the activity to be ended is present. You can select either the parent workflow level or the child workflow level in which the activity to be ended is present.
-
Self: You can select this option if the activity to be ended is present in the parent/same workflow.
-
Child: You can select this option if the activity to be ended is present in a child workflow.
-
Specify Workflow Level: If you do not know the workflow level, then you can use this option to specify the workflow level and type the workflow level in the adjacent field. Alternatively, you can use the expression editor, by clicking the icon , to select a variable assigned to the required workflow level. During runtime, this variable value is used to know the workflow level. You can assign the 'Self' or 'Child' values to a variable which will be used to know the value of this property.
-
To know more about using expression editor, see Using Expression Editor to Build Expressions for Properties topic in User Guide.
-
Workflow Name/Instance ID: This property helps you to select the workflow name or its instance ID in which the activity to be ended is present. This option is enabled only if you have selected the 'Child' workflow level option.
You can select the activity name from the drop-down field. Alternatively, you can either select the Specify Workflow Name or the Specify Workflow Execution ID option.
-
Specify Workflow Name: Select this option to specify the workflow name and type the workflow name in the adjacent field. Alternatively, you can click the expression editor icon and select a variable referring to the required workflow name in the expression editor window.
-
Specify Workflow Execution Instance ID: If you do not know the workflow name, then select this option to specify the workflow execution ID and type the execution ID in the adjacent field. Alternatively, you can click the expression editor icon and select a variable referring to the required workflow execution instance ID in the expression editor window.
-
Activity Name/Instance ID: This property helps the user to select the activity name or the instance ID of the activity to be ended. Alternatively, you can either select the Specify Activity Name or Specify Activity Execution ID option.
-
Specify Activity Name: Select this option to specify the activity name and type the activity name in the adjacent field. Alternatively, you can click the expression editor icon and select a variable assigned to the required activity in the expression editor window.
Note: If the parent activity is associated with multiple versions of the child workflows that have the same name, all the activities added to these child workflows are listed in this field.
-
Specify Instance ID: Select this option to specify the activity instance ID and type the ID in the adjacent field. Alternatively, you can click the expression editor icon and select the instance ID assigned to the required activity in the expression editor window.
-
Error If Activity Instance Not Found: This property helps you to set the output of this activity as "Error encountered" or "Successful" when the workflow to be ended has already been executed or is yet to be executed.
Property Type: Mandatory (This property must be set to end the workflow.)
Yes: If this value is assigned, then the End Activity Execution activity gives an output as "Error encountered" whenever the instance of the activity that is to be executed is not found. In other words, if the activity execution is not yet started or is already completed, then this error is encountered.
No: If this value is assigned, then the End Activity Execution activity will give the output as "Successful".
Specify Value: This option can be used during the runtime execution of the workflow. You can assign the 'Yes' or 'No' values to a variable which will be used to know the value of this property. Alternatively, you can click the expression editor icon and select a variable assigned to the workflow in the expression editor window.
Loop Execution Step Entry Activity: You can use this property to specify the name of the Loop Execution Step Entry activity to which the activity to be ended is associated. This property is required if an instance level of association between the End Activity Execution activity and the activity to be ended is required. If this is not set, the End Activity Execution activity ends all the instances of the activity that is to be ended. This property is mainly used when the For Loop and For-Each-Loop activities are used in a workflow.
Specify Activity Name: Select this option and type the Loop Execution Step Entry activity name in the adjacent field. Alternatively, you can click the expression editor icon and select a variable referring to the required activity in the expression editor window.