output
    Preparing search index...

    Interface WorkflowStartHookPayload

    Payload passed to the onWorkflowStart handler when a workflow run begins.

    interface WorkflowStartHookPayload {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    Identifier of the workflow run.

    name: string

    Name of the workflow.