@cobaltio/cobalt-js
    Preparing search index...

    Interface ExecuteWorkflowPayload

    interface ExecuteWorkflowPayload {
        payload?: Record<string, any>;
        slug?: string;
        sync_execution?: boolean;
        worklfow: string;
    }
    Index

    Properties

    payload?: Record<string, any>

    The payload to execute the workflow.

    slug?: string

    The application's slug this workflow belongs to.

    sync_execution?: boolean

    Whether to execute the workflow synchronously.

    worklfow: string

    The workflow id or alias.