Skip to content

Commit 1793272

Browse files
authored
pause: clarify workflow and activity unpause behavior (#5059)
1 parent 88d97c1 commit 1793272

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/encyclopedia/workflow/workflow-pause.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ Workflow Pause and [Activity Operations](/activity-operations) are separate cont
194194
Workflow Pause stops progress for a Workflow Execution. Activity Operations act on a specific Activity Execution.
195195

196196
If a Workflow is Paused, Activity retries in that Workflow are blocked. If an individual Activity is also Paused, both
197-
the Workflow and the Activity must be Unpaused before that Activity can proceed.
197+
the Workflow and the Activity must be Unpaused before that Activity can proceed. If a Workflow is Unpaused, all pending
198+
Activities will have available retries dispatched, if the Activity is Paused it has to be Unpaused before any new
199+
attempts are dispatched.
198200

199201
Workflow Pause doesn't interrupt Activity attempts that are already running. To interrupt a Heartbeating Activity
200202
attempt, use [Activity Pause](/activity-operations#pause).

0 commit comments

Comments
 (0)