show / hide menu

WorkFlowApprove 

The WorkFlowApprove function is utilized to approve a workflow and potentially advance it to the next step. 


Syntax
WorkFlowApprove(Comments, AlertUser, StepCode) 
Argument Count: 3 
Description: This function approves a workflow and, if applicable, proceeds it to the designated step. 
Arguments: 
Comments (optional, string): Comments for approving the workflow. 
AlertUser (optional, bool): Specifies whether to email the user upon executing this rule. 
StepCode (optional, string): Code of the step to which the workflow should proceed. 

Example
WorkFlowApprove(“Approve”, true, “1”) 
In this example, the function approves the workflow with the comment “Approve”, triggers an email alert to the user, and proceeds to step code “1” if specified.