[codex] Add Workflow Pause documentation#4729
Draft
JLDLaughlin wants to merge 1 commit into
Draft
Conversation
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links |
spkane31
reviewed
Jun 16, 2026
| :::note Pre-release | ||
|
|
||
| Workflow Pause is in [Pre-release](/evaluate/development-production-features/release-stages#pre-release). In Temporal | ||
| Cloud, Pre-release access is invite-only; contact your Temporal account team or |
Contributor
There was a problem hiding this comment.
Are we still planning on enabling this by default?
spkane31
reviewed
Jun 16, 2026
| | [Pause](#pause) | Stops a Workflow Execution from making new progress. | [`temporal workflow pause`](/cli/command-reference/workflow#pause) | | ||
| | [Unpause](#unpause) | Resumes a Paused Workflow Execution. | [`temporal workflow unpause`](/cli/command-reference/workflow#unpause) | | ||
|
|
||
| ## Pause {/* #pause */} |
Contributor
There was a problem hiding this comment.
Can remove the comment here and for pause
spkane31
reviewed
Jun 16, 2026
| ### Scope | ||
|
|
||
| - Workflow Pause applies to a single Workflow Execution. | ||
| - It doesn't pause [Child Workflows](/child-workflows), Schedules, Task Queues, or Namespaces. |
Contributor
There was a problem hiding this comment.
Suggested change
| - It doesn't pause [Child Workflows](/child-workflows), Schedules, Task Queues, or Namespaces. | |
| - It doesn't pause [Child Workflows](/child-workflows), Activities, Schedules, Task Queues, or Namespaces. |
Contributor
|
I think we should add some information about billing for workflow pause / unpause. Specifically it would be good to say that when a workflow is paused it still incurs the cost of active storage. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
Workflow Pause needs public Pre-release documentation that explains when to use Pause and Unpause, what behavior users should expect, observability, limitations, and the relationship to Activity Operations.
Notes
Validation
git diff --checkandgit diff --cached --check.node_modules,yarn, orcorepackavailable.┆Attachments: EDU-6549 [codex] Add Workflow Pause documentation