Skip to main content

Interface: INexusOperationCancellationInfo

workflow.v1.INexusOperationCancellationInfo

Properties of a NexusOperationCancellationInfo.

Hierarchy

Properties

attempt

Optional attempt: null | number

The number of attempts made to deliver the cancel operation request. This number represents a minimum bound since the attempt is incremented after the request completes.

Inherited from

$Properties.attempt


blockedReason

Optional blockedReason: null | string

If the state is BLOCKED, blocked reason provides additional information.

Inherited from

$Properties.blockedReason


lastAttemptCompleteTime

Optional lastAttemptCompleteTime: null | $Properties

The time when the last attempt completed.

Inherited from

$Properties.lastAttemptCompleteTime


lastAttemptFailure

Optional lastAttemptFailure: null | $Properties

The last attempt's failure, if any.

Inherited from

$Properties.lastAttemptFailure


nextAttemptScheduleTime

Optional nextAttemptScheduleTime: null | $Properties

The time when the next attempt is scheduled.

Inherited from

$Properties.nextAttemptScheduleTime


requestedTime

Optional requestedTime: null | $Properties

The time when cancellation was requested.

Inherited from

$Properties.requestedTime


state

Optional state: null | NexusOperationCancellationState

NexusOperationCancellationInfo state

Inherited from

$Properties.state