2.4 deinitialize
The deinitialize
function block is executed right before the workflow stops.
When the deinitialize
block is used in a real-time workflow it could be used to clean and close resources, for instance external connections.
TheĀ deinitialize
function block will parse in an Agent Environment object. For more on the Agent Environment object, please refer to 3. Java General Functions.
Next: