output
    Preparing search index...

    Interface ActivityErrorHookPayload

    Payload passed to the onActivityError() handler when an activity fails.

    interface ActivityErrorHookPayload {
        activityInfo: Info;
        aggregations: Aggregations;
        error: Error;
        eventDate: number;
        eventId: string;
        outputActivityKind: string;
        workflowDetails: WorkflowDetails;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activityInfo: Info

    Temporal's activityInfo().

    aggregations: Aggregations

    Attribute totals collected during the activity execution.

    error: Error

    The error thrown.

    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