TreeINFO-For-M365 documentation
    Preparing search index...
    interface Config {
        approvalMatrix: IWorkflowApprovalMatrixService;
        export: (workflowName: string) => Promise<BackendResponse<any>>;
        getInfo: (workflowName: string) => Promise<BackendResponse<IWorkflowGetWorkflowDefinitionInfoResponse>>;
        import: (workflowName: string, workflowConfig: any) => Promise<BackendResponse<any>>;
        matrixConfig: IWorkflowMatrixConfigService;
        oof: IWorkflowConfigOOFService;
    }
    Index

    Properties

    approvalMatrix: IWorkflowApprovalMatrixService
    export: (workflowName: string) => Promise<BackendResponse<any>>
    getInfo: (workflowName: string) => Promise<BackendResponse<IWorkflowGetWorkflowDefinitionInfoResponse>>
    import: (workflowName: string, workflowConfig: any) => Promise<BackendResponse<any>>
    matrixConfig: IWorkflowMatrixConfigService
    oof: IWorkflowConfigOOFService