output
    Preparing search index...

    Interface WorkflowPayloadBase

    Common hook payload fields for events associated with an workflow.

    interface WorkflowPayloadBase {
        eventDate: number;
        eventId: string;
        workflowDetails: WorkflowDetails;
    }

    Hierarchy (View Summary)

    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