Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WorkflowIntegration

Index

Properties

config: WorkflowIntegrationConfig

The config for the Workflow Integration

workflowIntegrationName: string

Name of the Workflow Integration

example

"Microsoft365"

Methods

  • _initializeWorkflows(config?: WorkflowIntegrationConfig): Promise<void>
  • Parameters

    • Optional config: WorkflowIntegrationConfig

    Returns Promise<void>

  • connect(config?: any): Promise<void>
  • Parameters

    • Optional config: any

    Returns Promise<void>

  • initializeWorkflow(workflow: string): Promise<void>
  • Parameters

    • workflow: string

    Returns Promise<void>

Generated using TypeDoc