show / hide menu

WorkFlowReject 

The WorkFlowReject function is used to reject an ongoing workflow and terminates the flow.

Syntax 

WorkFlowReject(Comments, AlertUser) Argument Count: 2 Description The WorkFlowReject function is used to reject an ongoing workflow. 

Arguments 

Comments 

Type: string 
Is Optional: yes 
Description: Comments about rejecting the workflow. 

Alert User 

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

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