OpenFin Workspace API
    Preparing search index...

    Interface Microsoft365Workflows

    interface Microsoft365Workflows {
        search?: MicrosoftSearchWorkflowConfig;
        [key: string]: WorkflowConfig;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: WorkflowConfig
    Index

    The Search workflow for the Microsoft 365 integration.

    This workflow is used to search for Microsoft 365 entities.

    To disable the Search workflow, set the disabled property in the workflow config to false.

    See MicrosoftSearchWorkflowConfig for configuration options.