Close Human Activity Action
Use the Close<Human Activity Name> process activity extended action in an action flow to close a Human Activity. Once closed, the Human Activity ends its execution.
To close a Human Activity in a screen action proceed as follows:
-
Edit the web screen that is set as the
Destinationin the human activity, and add a new input parameter ofActivity Identifiertype; -
In the process flow, edit the human activity properties and below the
Destinationweb screen set the newly added input parameter with the human activity identifier runtime property:ActivityId; -
Finally, in the screen action flow, add the
Close<Human Activity Name>extended action and set itsActivityIdinput parameter with the activity identifier input parameter of the web screen and fill all the human activity input parameters.
Input parameters
-
ActivityId: id of the activity instance. (Type: Activity Identifier; Mandatory)
-
Human Activity Input Parameters: one parameter for each input parameter in the human activity definition.