TreeINFO-For-M365 documentation
    Preparing search index...
    interface CompleteBody {
        comment?: string;
        taskIds: string[];
        transitionInternalName: string;
    }
    Index

    Properties

    comment?: string

    Comment that will be shown in the Workflow history.

    taskIds: string[]

    Ids of tasks that you want to complete.

    transitionInternalName: string