Interface: INexusOperationCancellationInfo
workflow.v1.INexusOperationCancellationInfo
Properties of a NexusOperationCancellationInfo.
Hierarchy
-
↳
INexusOperationCancellationInfo
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
blockedReason
• Optional blockedReason: null | string
If the state is BLOCKED, blocked reason provides additional information.
Inherited from
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
state
• Optional state: null | NexusOperationCancellationState
NexusOperationCancellationInfo state