ActivityMetadata: {
    ac: string;
    aid: string;
    as?: string;
    atp: string;
    au: string;
    dad?: string;
    err?: string;
    l1s?: string;
    l2s?: string;
    stp: string;
}

Type definition for activity metadata.

Type declaration

  • ac: string

    Timestamp when the activity was created, in GMT.

  • aid: string

    Unique identifier for the activity.

  • Optionalas?: string

    Status of the activity, could be codes representing different states.

  • atp: string

    Type of the activity.

  • au: string

    Timestamp when the activity was last updated, in GMT.

  • Optionaldad?: string

    Dimensional address, used for additional metadata.

  • Optionalerr?: string

    Optional stringified JSON containing error details such as message, code, and an optional error object.

  • Optionall1s?: string

    OpenTelemetry span context for the first leg of the activity.

  • Optionall2s?: string

    OpenTelemetry span context for the second leg of the activity.

  • stp: string

    Subtype of the activity.