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

    Properties

    comment?: string

    Comment that will be shown in the Workflow history.

    delegateToUserId: string

    Id of the user to which the tasks should get delegated to.

    taskIds: string[]

    Ids of tasks that you want to delegate.