TreeINFO-For-M365 documentation
    Preparing search index...

    Module Form/CustomScript/Workflow

    Module providing access to Workflow management services. For more information, see Workflow class.

    // Access the Workflow service
    const { workflow } = tisa;
    // Start a workflow named "MyWorkflow" on the current item
    workflow.start("MyWorkflow");

    Classes

    Workflow

    Interfaces

    Config
    TypeDocHidden_IWorkflowService

    Variables

    ApprovalMatrix