output
    Preparing search index...

    Interface WorkflowErrorHookPayload

    Payload passed to the onWorkflowError() handler when a workflow run fails.

    interface WorkflowErrorHookPayload {
        error: Error;
        eventId: string;
        workflowDetails: WorkflowDetails;
    }
    Index

    Properties

    error: Error

    The error thrown.

    eventId: string

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

    workflowDetails: WorkflowDetails

    Information about the current workflow execution