output
    Preparing search index...

    Interface WorkflowEndHookPayload

    Payload passed to the onWorkflowEnd() handler when a workflow run completes successfully.

    interface WorkflowEndHookPayload {
        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