SFU.invokeWorkflow()
- Last UpdatedSep 18, 2024
- 1 minute read
Use invokeWorkflow() method to trigger the Click event of the Invoke Workflow control.
Syntax
SFU.invokeWorkflow(control);
Parameters
|
Parameter |
Description |
|---|---|
|
control |
Control which represents the Invoke Workflow control. |
Return Value
None.
Example
// Trigger the Click event of the Invoke Workflow control.
var invokeWorkflowControl = control.findById("I1");
SFU.invokeWorkflow(invokeWorkflowControl);