Module providing access to Workflow management services. For more information, see Workflow class.
// Access the Workflow serviceconst { workflow } = tisa;// Start a workflow named "MyWorkflow" on the current itemworkflow.start("MyWorkflow"); Copy
// Access the Workflow serviceconst { workflow } = tisa;// Start a workflow named "MyWorkflow" on the current itemworkflow.start("MyWorkflow");
Module providing access to Workflow management services. For more information, see Workflow class.
Example