|
6959 | 6959 | "type": "string", |
6960 | 6960 | "format": "date-time", |
6961 | 6961 | "description": "The time when the next attempt is scheduled." |
| 6962 | + }, |
| 6963 | + "blockedReason": { |
| 6964 | + "type": "string", |
| 6965 | + "description": "If the state is BLOCKED, blocked reason provides additional information." |
6962 | 6966 | } |
6963 | 6967 | }, |
6964 | 6968 | "description": "CallbackInfo contains the state of an attached workflow callback." |
|
6971 | 6975 | "CALLBACK_STATE_SCHEDULED", |
6972 | 6976 | "CALLBACK_STATE_BACKING_OFF", |
6973 | 6977 | "CALLBACK_STATE_FAILED", |
6974 | | - "CALLBACK_STATE_SUCCEEDED" |
| 6978 | + "CALLBACK_STATE_SUCCEEDED", |
| 6979 | + "CALLBACK_STATE_BLOCKED" |
6975 | 6980 | ], |
6976 | 6981 | "default": "CALLBACK_STATE_UNSPECIFIED", |
6977 | | - "description": "State of a callback.\n\n - CALLBACK_STATE_UNSPECIFIED: Default value, unspecified state.\n - CALLBACK_STATE_STANDBY: Callback is standing by, waiting to be triggered.\n - CALLBACK_STATE_SCHEDULED: Callback is in the queue waiting to be executed or is currently executing.\n - CALLBACK_STATE_BACKING_OFF: Callback has failed with a retryable error and is backing off before the next attempt.\n - CALLBACK_STATE_FAILED: Callback has failed.\n - CALLBACK_STATE_SUCCEEDED: Callback has succeeded." |
| 6982 | + "description": "State of a callback.\n\n - CALLBACK_STATE_UNSPECIFIED: Default value, unspecified state.\n - CALLBACK_STATE_STANDBY: Callback is standing by, waiting to be triggered.\n - CALLBACK_STATE_SCHEDULED: Callback is in the queue waiting to be executed or is currently executing.\n - CALLBACK_STATE_BACKING_OFF: Callback has failed with a retryable error and is backing off before the next attempt.\n - CALLBACK_STATE_FAILED: Callback has failed.\n - CALLBACK_STATE_SUCCEEDED: Callback has succeeded.\n - CALLBACK_STATE_BLOCKED: Callback is blocked (eg: by circuit breaker)." |
6978 | 6983 | }, |
6979 | 6984 | "v1CancelExternalWorkflowExecutionFailedCause": { |
6980 | 6985 | "type": "string", |
|
8999 | 9004 | "type": "string", |
9000 | 9005 | "format": "date-time", |
9001 | 9006 | "description": "The time when the next attempt is scheduled." |
| 9007 | + }, |
| 9008 | + "blockedReason": { |
| 9009 | + "type": "string", |
| 9010 | + "description": "If the state is BLOCKED, blocked reason provides additional information." |
9002 | 9011 | } |
9003 | 9012 | }, |
9004 | 9013 | "description": "NexusOperationCancellationInfo contains the state of a nexus operation cancellation." |
|
9011 | 9020 | "NEXUS_OPERATION_CANCELLATION_STATE_BACKING_OFF", |
9012 | 9021 | "NEXUS_OPERATION_CANCELLATION_STATE_SUCCEEDED", |
9013 | 9022 | "NEXUS_OPERATION_CANCELLATION_STATE_FAILED", |
9014 | | - "NEXUS_OPERATION_CANCELLATION_STATE_TIMED_OUT" |
| 9023 | + "NEXUS_OPERATION_CANCELLATION_STATE_TIMED_OUT", |
| 9024 | + "NEXUS_OPERATION_CANCELLATION_STATE_BLOCKED" |
9015 | 9025 | ], |
9016 | 9026 | "default": "NEXUS_OPERATION_CANCELLATION_STATE_UNSPECIFIED", |
9017 | | - "description": "State of a Nexus operation cancellation.\n\n - NEXUS_OPERATION_CANCELLATION_STATE_UNSPECIFIED: Default value, unspecified state.\n - NEXUS_OPERATION_CANCELLATION_STATE_SCHEDULED: Cancellation request is in the queue waiting to be executed or is currently executing.\n - NEXUS_OPERATION_CANCELLATION_STATE_BACKING_OFF: Cancellation request has failed with a retryable error and is backing off before the next attempt.\n - NEXUS_OPERATION_CANCELLATION_STATE_SUCCEEDED: Cancellation request succeeded.\n - NEXUS_OPERATION_CANCELLATION_STATE_FAILED: Cancellation request failed with a non-retryable error.\n - NEXUS_OPERATION_CANCELLATION_STATE_TIMED_OUT: The associated operation timed out - exceeded the user supplied schedule-to-close timeout." |
| 9027 | + "description": "State of a Nexus operation cancellation.\n\n - NEXUS_OPERATION_CANCELLATION_STATE_UNSPECIFIED: Default value, unspecified state.\n - NEXUS_OPERATION_CANCELLATION_STATE_SCHEDULED: Cancellation request is in the queue waiting to be executed or is currently executing.\n - NEXUS_OPERATION_CANCELLATION_STATE_BACKING_OFF: Cancellation request has failed with a retryable error and is backing off before the next attempt.\n - NEXUS_OPERATION_CANCELLATION_STATE_SUCCEEDED: Cancellation request succeeded.\n - NEXUS_OPERATION_CANCELLATION_STATE_FAILED: Cancellation request failed with a non-retryable error.\n - NEXUS_OPERATION_CANCELLATION_STATE_TIMED_OUT: The associated operation timed out - exceeded the user supplied schedule-to-close timeout.\n - NEXUS_OPERATION_CANCELLATION_STATE_BLOCKED: Cancellation request is blocked (eg: by circuit breaker)." |
9018 | 9028 | }, |
9019 | 9029 | "v1NexusOperationCompletedEventAttributes": { |
9020 | 9030 | "type": "object", |
|
9377 | 9387 | "type": "string", |
9378 | 9388 | "format": "int64", |
9379 | 9389 | "description": "The event ID of the NexusOperationScheduled event. Can be used to correlate an operation in the\nDescribeWorkflowExecution response with workflow history." |
| 9390 | + }, |
| 9391 | + "blockedReason": { |
| 9392 | + "type": "string", |
| 9393 | + "description": "If the state is BLOCKED, blocked reason provides additional information." |
9380 | 9394 | } |
9381 | 9395 | }, |
9382 | 9396 | "description": "PendingNexusOperationInfo contains the state of a pending Nexus operation." |
|
9387 | 9401 | "PENDING_NEXUS_OPERATION_STATE_UNSPECIFIED", |
9388 | 9402 | "PENDING_NEXUS_OPERATION_STATE_SCHEDULED", |
9389 | 9403 | "PENDING_NEXUS_OPERATION_STATE_BACKING_OFF", |
9390 | | - "PENDING_NEXUS_OPERATION_STATE_STARTED" |
| 9404 | + "PENDING_NEXUS_OPERATION_STATE_STARTED", |
| 9405 | + "PENDING_NEXUS_OPERATION_STATE_BLOCKED" |
9391 | 9406 | ], |
9392 | 9407 | "default": "PENDING_NEXUS_OPERATION_STATE_UNSPECIFIED", |
9393 | | - "description": "State of a pending Nexus operation.\n\n - PENDING_NEXUS_OPERATION_STATE_UNSPECIFIED: Default value, unspecified state.\n - PENDING_NEXUS_OPERATION_STATE_SCHEDULED: Operation is in the queue waiting to be executed or is currently executing.\n - PENDING_NEXUS_OPERATION_STATE_BACKING_OFF: Operation has failed with a retryable error and is backing off before the next attempt.\n - PENDING_NEXUS_OPERATION_STATE_STARTED: Operation was started and will complete asynchronously." |
| 9408 | + "description": "State of a pending Nexus operation.\n\n - PENDING_NEXUS_OPERATION_STATE_UNSPECIFIED: Default value, unspecified state.\n - PENDING_NEXUS_OPERATION_STATE_SCHEDULED: Operation is in the queue waiting to be executed or is currently executing.\n - PENDING_NEXUS_OPERATION_STATE_BACKING_OFF: Operation has failed with a retryable error and is backing off before the next attempt.\n - PENDING_NEXUS_OPERATION_STATE_STARTED: Operation was started and will complete asynchronously.\n - PENDING_NEXUS_OPERATION_STATE_BLOCKED: Operation is blocked (eg: by circuit breaker)." |
9394 | 9409 | }, |
9395 | 9410 | "v1PendingWorkflowTaskInfo": { |
9396 | 9411 | "type": "object", |
|
0 commit comments