Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Instance closing script is executed for every ordinarily closed (by user action or deadline) workflow instance. The only exception is when the workflow is terminated by the administrator. At that point, the script is not executed. However, you may use the Instance Termination Script to handle the termination events. 

Instance Closing Script may be useful to export process data to any external system.

In the script, you can use $Instance to get or set initiated instance properties. $Initiator variable specifies who initiated the workflow instance, but remember, this variable can be null for module type tasks. You can also refer to the right panel for the list of the available scripting objects. 

An important topic is that, unlike the task prework or postwork scripts, the $Xml variable is attached to the data model root element, not to the pool element.

  • No labels