Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebotarev committed Jan 19, 2025
1 parent d2d0012 commit a4c4220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions temporal/api/workflowservice/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1030,8 +1030,8 @@ service WorkflowService {
// Flags:
// 'reset_heartbeats' indicates that activity should reset heartbeat details.
// 'keep_paused'- prevents activity from being unpaused.
// 2. Pause operation. pauses the activity. if activity was already paused it is no-op.
// 3. Unpause operation - unpauses the activity. If activity was not paused this will be a no-op.
// 2. Pause operation. Pauses the activity. If activity was already paused it is no-op.
// 3. Unpause operation. Unpauses the activity. If activity was not paused this will be a no-op.
// If activity was waiting for retry - it will be scheduled immediately.
// Unpause operation supports the following flags:
// * jitter - if set, the activity will start at a random time within the specified jitter duration.
Expand Down

0 comments on commit a4c4220

Please sign in to comment.