AppRequestSubmitted Method

Workflow Manager 2016

This method is a callback for an event when workflow request is submitted. This callback can be used to trigger external events/notifications when a new workflow request is submitted.

Syntax

This method has the following syntax:

AppRequestSubmitted(System.String,System.String)

Parameters

This method implements the following parameters:

AppRequestSubmitted Method Parameters

Parameter

Description

strAppId

Application ID of the newly submitted workflow request

strAppXMLInfo

Contains the application info XML

See Also