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

    Mode 1: Stop by instance IDs

    const { workflow } = tisa;
    await workflow.instances.stop({
    instanceIds: ["fca0bf0b-1fbb-4a74-ad32-25f5784e6c9a"]
    });
    interface StopBodyByInstanceIds {
        instanceIds: string[];
    }
    Index

    Properties

    Properties

    instanceIds: string[]

    Ids of the instances which should be stopped.