Skip to content

Commit

Permalink
Fix comment with the correct case for operation statuses.
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Mar 13, 2024
1 parent 63c607b commit 54ecdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporal/api/cloud/operation/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ message AsyncOperation {
// The operation id
string id = 1;
// The current state of this operation
// Possible values are: PENDING, IN_PROGRESS, FAILED, CANCELLED, FULFILLED
// Possible values are: pending, in_progress, failed, cancelled, fulfilled
string state = 2;
// The recommended duration to check back for an update in the operation's state
google.protobuf.Duration check_duration = 3;
Expand Down

0 comments on commit 54ecdab

Please sign in to comment.