AppWorkflowStepComplete Method
Workflow Manager 2020
This method is called whenever a workflow step is completed.
Syntax
This method has the following syntax:
AAppWorkflowStepComplete(string strAppId, string strAppXMLInfo)
Parameters
This method implements the following parameters:
Parameter |
Description |
strAppId |
ID of the workflow request. |
strAppXMLInfo |
Contains the application info XML |
See Also