Skip to content

Conversation

@VaguelySerious
Copy link
Member

@VaguelySerious VaguelySerious commented Dec 8, 2025

Adds new actions for runs, both on the detail view and the run table dropdown:

  • "Wake up" to stop sleep calls and re-enqueue the workflow. Only enabled if there are ongoing sleep calls.
  • "Re-enqueue" to re-enqueue the workflow. Only shows up if "wake up" would be disabled, AND we detect that the run is ALL of the below:
    • Ongoing
    • Without currently executing steps (since 30 minutes) OR with steps that have been running for >30 minutes
    • Without open hooks or sleep calls
image

Since matching all of these criteria is rare, you can also add ?debug=1 to the UI, which will show the button even if the criteria isn't met, in case you need it to unstuck some specific workflow.

image

Finally, you can also stop specific sleep calls from the span viewer:

image

@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

🦋 Changeset detected

Latest commit: 65243ab

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@workflow/web-shared Patch
@workflow/web Patch
@workflow/cli Patch
workflow Patch
@workflow/world-testing Patch
@workflow/ai Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants