Skip to content

Commit

Permalink
add more states to pending activift info
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebotarev committed Oct 7, 2024
1 parent c038641 commit c07abf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions temporal/api/enums/v1/workflow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ enum PendingActivityState {
PENDING_ACTIVITY_STATE_SCHEDULED = 1;
PENDING_ACTIVITY_STATE_STARTED = 2;
PENDING_ACTIVITY_STATE_CANCEL_REQUESTED = 3;
PENDING_ACTIVITY_STATE_BACKING_OFF = 4;
PENDING_ACTIVITY_STATE_PAUSED = 5;
}

enum PendingWorkflowTaskState {
Expand Down

0 comments on commit c07abf7

Please sign in to comment.