AppMetaDataChanged Method
Workflow Manager
This method is called when application metadata is changed after being accepted. Use this callback to get notifications of any metadata change after a request has been submitted.
Syntax
This method has the following syntax:
AppMetaDataChanged(System.String,System.String)
Parameters
This method implements the following parameters:
Parameter |
Description |
strAppId |
Application ID of the workflow request |
strAppXMLInfo |
Contains the application info XML |
See Also