mirror of
https://github.com/openclaw/lobster.git
synced 2026-07-21 11:55:25 -04:00
[PR #4] Fix resume state lookup for workflow key variants #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/lobster/pull/4
Author: @brownetw-ai
Created: 2/1/2026
Status: 🔄 Open
Base:
main← Head:fix/workflow-resume-key📝 Commits (1)
876d375Fix resume state lookup for workflow key variants📊 Changes
1 file changed (+11 additions, -1 deletions)
View changed files
📝
src/workflows/file.ts(+11 -1)📄 Description
Summary
workflow_resume_orworkflow-resume_prefix.Context
Observed resume tokens containing
workflow-resume_…while state files were saved asworkflow_resume_…, leading toWorkflow resume state not found.Changes
loadWorkflowResumeStateto try both key prefixes.Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.