Skip to main content Link Search Menu Expand Document (external link)

ActivityContext overview

Added in v1.0.0


Table of contents


symbols

ActivityContextTypeId

Signature

export declare const ActivityContextTypeId: typeof ActivityContextTypeId

Added in v1.0.0

ActivityContextTypeId (type alias)

Signature

export type ActivityContextTypeId = typeof ActivityContextTypeId

Added in v1.0.0

utils

ActivityContext

Signature

export declare const ActivityContext: any

Added in v1.0.0

ActivityContext (interface)

Signature

export interface ActivityContext {
  persistenceId: string
  currentAttempt: number
}

Added in v1.0.0