Skip to content

Commit ff5e03e

Browse files
authored
Add non deterministic as failed cause for workflow task (#118)
1 parent bf89b0e commit ff5e03e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

temporal/api/enums/v1/failed_cause.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ enum WorkflowTaskFailedCause {
5656
WORKFLOW_TASK_FAILED_CAUSE_BAD_BINARY = 21;
5757
WORKFLOW_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID = 22;
5858
WORKFLOW_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES = 23;
59+
WORKFLOW_TASK_FAILED_CAUSE_NON_DETERMINISTIC_ERROR = 24;
5960
}
6061

6162
enum StartChildWorkflowExecutionFailedCause {

0 commit comments

Comments
 (0)