output
    Preparing search index...

    Interface OnHookEnvelope

    Framework-managed envelope added to payloads passed to on() handlers.

    interface OnHookEnvelope {
        activityInfo: Info;
        eventId: string;
        outputActivityKind?: string;
        workflowDetails: WorkflowDetails;
    }
    Index

    Properties

    activityInfo: Info

    Temporal's activityInfo().

    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