Skip to content

Commit

Permalink
Add failed cause for signal count limit (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt authored Mar 21, 2023
1 parent 5dff298 commit fb1bc36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions temporal/api/enums/v1/failed_cause.proto
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ enum SignalExternalWorkflowExecutionFailedCause {
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED = 0;
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_EXTERNAL_WORKFLOW_EXECUTION_NOT_FOUND = 1;
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_NAMESPACE_NOT_FOUND = 2;
// Signal count limit is per workflow and controlled by server dynamic config "history.maximumSignalsPerExecution"
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_SIGNAL_COUNT_LIMIT_EXCEEDED = 3;
}

enum ResourceExhaustedCause {
Expand Down

0 comments on commit fb1bc36

Please sign in to comment.