Skip to main content

Interface: IResetPointInfo

workflow.v1.IResetPointInfo

Properties of a ResetPointInfo.

Hierarchy

Properties

binaryChecksum

Optional binaryChecksum: null | string

Deprecated. A worker binary version identifier.

Inherited from

$Properties.binaryChecksum


buildId

Optional buildId: null | string

Worker build id.

Inherited from

$Properties.buildId


createTime

Optional createTime: null | $Properties

ResetPointInfo createTime

Inherited from

$Properties.createTime


expireTime

Optional expireTime: null | $Properties

(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --) The time that the run is deleted due to retention.

Inherited from

$Properties.expireTime


firstWorkflowTaskCompletedId

Optional firstWorkflowTaskCompletedId: null | Long

Event ID of the first WorkflowTaskCompleted event processed by this worker build.

Inherited from

$Properties.firstWorkflowTaskCompletedId


resettable

Optional resettable: null | boolean

false if the reset point has pending childWFs/reqCancels/signalExternals.

Inherited from

$Properties.resettable


runId

Optional runId: null | string

The first run ID in the execution chain that was touched by this worker build.

Inherited from

$Properties.runId