Advanced
The Advanced tab has the following fields:.
Field |
Global Var? |
Description |
Invoke Cleanup Method |
No |
When checked, this specifies that you want to invoke a method on the object before the object is released from memory when the process engine terminates. This allows you to perform cleanup activities, such as closing connections, releasing resources, and so on. When this field is checked, the Cleanup Method field appears. |
Cleanup Method |
No |
This field is only available when the Invoke Cleanup Method field is checked. This field allows you to specify the name of the method to invoke before the object in memory is released. The method selected cannot contain any parameters, therefore only methods without parameters are listed in this field. Any values returned by the selected method are ignored, but exceptions raised by the selected method are sent to the log. |