AppBinariesSubmitted Method
Workflow Manager 2020
This method is called for an event when application binaries are submitted. This callback can be used to trigger external events when application binaries are uploaded via a Workflow.
Syntax
This method has the following syntax:
AppBinariesSubmitted(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