We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf89b0e commit ff5e03eCopy full SHA for ff5e03e
temporal/api/enums/v1/failed_cause.proto
@@ -56,6 +56,7 @@ enum WorkflowTaskFailedCause {
56
WORKFLOW_TASK_FAILED_CAUSE_BAD_BINARY = 21;
57
WORKFLOW_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID = 22;
58
WORKFLOW_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES = 23;
59
+ WORKFLOW_TASK_FAILED_CAUSE_NON_DETERMINISTIC_ERROR = 24;
60
}
61
62
enum StartChildWorkflowExecutionFailedCause {
0 commit comments