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 5 Current »

Instance closing script is executed for every ordinarily closed (by user action or deadline) workflow instance. The only exception is when the administrator terminates the workflow. 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 the $Instance variable to get or set initiated instance properties. The $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