show / hide menu

WorkFlowRecall 

The WorkFlowRecall function is used to recall an ongoing workflow from any of the steps 


Syntax 
WorkFlowRecall(Comments, AlertUser) 
Argument Count: 2 
Description 
The WorkFlowRecall function is used to recall an ongoing workflow. 


Arguments 
Comments 

Type: string 
Is Optional: yes 
Description: Comments for recalling the workflow. 

Alert User

Type: bool 
Is Optional: yes 
Description: E-mail user upon executing this rule. 

Example Usage 
WorkFlowRecall(“Recall”, true) 
In this example, the workflow is recalled with the comments “Recall,” and the user will be notified via email.