AppRepackageApproved Method
Workflow Manager 2020
This method is called when a workflow request is completed. Use this callback to trigger external events/notifications when a workflow request is completed.
Syntax
This method has the following syntax:
AppRepackageApproved(System.String,System.String)
Parameters
This method implements the following parameters:
Parameter |
Description |
strAppId |
ID of the workflow request. |
strAppXMLInfo |
Contains the application info XML |
See Also