AboutSupportDeveloper GuideVersion 22.3.18
interface WorkflowIntegration {
    _initializeWorkflows: ((config?: WorkflowIntegrationConfig) => Promise<void>);
    config: WorkflowIntegrationConfig;
    connect: ((config?: any) => Promise<void>);
    initializeWorkflow: ((workflow: string) => Promise<void>);
    workflowIntegrationName: string;
}

Properties

_initializeWorkflows: ((config?: WorkflowIntegrationConfig) => Promise<void>)
config: WorkflowIntegrationConfig

The config for the Workflow Integration

connect: ((config?: any) => Promise<void>)
initializeWorkflow: ((workflow: string) => Promise<void>)
workflowIntegrationName: string

Name of the Workflow Integration

"Microsoft365"
MMNEPVFCICPMFPCPTTAAATR