output
    Preparing search index...

    Interface WorkflowStartHookPayload

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

    interface WorkflowStartHookPayload {
        eventId: string;
        workflowDetails: WorkflowDetails;
    }
    Index

    Properties

    eventId: string

    UUID v4 stamped per emit. Stable per-emit idempotency key.

    workflowDetails: WorkflowDetails

    Information about the current workflow execution