TreeINFO-For-M365 documentation
    Preparing search index...
    interface StartBody {
        formData?: any;
        items: { itemId: number; listId: string }[];
        workflow: string;
    }
    Index

    Properties

    formData?: any

    Additional data needed to start the instance.

    items: { itemId: number; listId: string }[]

    Ids of items upon which to start the instances.

    workflow: string

    Name of the workflow using which the instances will be started.