Skip to main content

Interface: StorageDriverActivityInfo

common.StorageDriverActivityInfo

Activity identity information passed to a storage driver.

Properties

id

Optional Readonly id: string

The activity ID.


kind

Readonly kind: "activity"


namespace

Readonly namespace: string

The namespace of the activity execution.


runId

Optional Readonly runId: string

The activity run ID (only for standalone activities).


type

Optional Readonly type: string

The activity type name, if available.