Interface: INexusOperationCancellationInfo
workflow.v1.INexusOperationCancellationInfo
Properties of a NexusOperationCancellationInfo.
Implemented by
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.
blockedReason
• Optional blockedReason: null | string
If the state is BLOCKED, blocked reason provides additional information.
lastAttemptCompleteTime
• Optional lastAttemptCompleteTime: null | ITimestamp
The time when the last attempt completed.
lastAttemptFailure
• Optional lastAttemptFailure: null | IFailure
The last attempt's failure, if any.
nextAttemptScheduleTime
• Optional nextAttemptScheduleTime: null | ITimestamp
The time when the next attempt is scheduled.
requestedTime
• Optional requestedTime: null | ITimestamp
The time when cancellation was requested.
state
• Optional state: null | NexusOperationCancellationState
NexusOperationCancellationInfo state