output
    Preparing search index...

    Interface ActivityPayloadBase

    Common hook payload fields for events associated with an activity.

    interface ActivityPayloadBase {
        activityInfo: Info;
        eventDate: number;
        eventId: string;
        outputActivityKind: string;
        workflowDetails: WorkflowDetails;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activityInfo: Info

    Temporal's activityInfo().

    eventDate: number

    Timestamp of the event

    eventId: string

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

    outputActivityKind: string

    Output component kind for the activity, e.g. step, evaluator, or internal_step.

    workflowDetails: WorkflowDetails

    Information about the current workflow execution