output
    Preparing search index...

    Interface WorkflowStartHookPayload

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

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

    Properties

    eventDate: number

    Timestamp of the event

    eventId: string

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

    workflowDetails: WorkflowDetails

    Information about the current workflow execution