AppWorkflowStepComplete Method

Workflow Manager 2019

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:

AppWorkflowStepComplete Method Parameters

Parameter

Description

strAppId

ID of the workflow request.

strAppXMLInfo

Contains the application info XML

See Also