show / hide menu

WorkFlowReSubmit 

The WorkFlowReSubmit function is used to re-submit an ongoing workflow from initiator step. 

Syntax 

WorkFlowReSubmit(Comments, AlertUser) 

Argument Count: 2 

Description The WorkFlowReSubmit function is used to re-submit an ongoing workflow. 

Arguments 

Comments 

Type: string 
Is Optional: yes 
Description: Comments for re-submitting the workflow. 

AlertUser 

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

Example Usage 
WorkFlowReSubmit(“Re-Submit”, true) 
In this example, the workflow is re-submitted with the comment “Re-Submit,” and the user will be notified via email.