show / hide menu

InitiateWorkFlow 

The InitiateWorkFlow function is used to initiate a workflow from a form by rule. 

Syntax 

InitiateWorkFlow(WorkflowID) 

Argument Count: 1 

Description The InitiateWorkFlow function is used to initiate a workflow from a form. 

Arguments 

WorkflowID 

Type: string 
Is Optional: No 
Description: Workflow ID of the workflow to be initiated. This ID can be obtained from the Workflow mapping page. 

Example Usage 
InitiateWorkFlow(SequentialWFTitle) 
In this example, the workflow titled “SequentialWFTitle” will be initiated.