Skip to content

feat(webui): workflow task detail in queued section#139

Merged
duguwanglong merged 1 commit intomainfrom
feat/webui-workflow-queued-detail
Apr 17, 2026
Merged

feat(webui): workflow task detail in queued section#139
duguwanglong merged 1 commit intomainfrom
feat/webui-workflow-queued-detail

Conversation

@xiami762
Copy link
Copy Markdown
Contributor

Summary

  • For task executions with executionMode === 'workflow', the queue detail panel shows a dedicated workflow view (ID, input snapshot, result, error) instead of SessionChat.
  • Supports pretty-printing results via JSON or a Python-like literal parser when resultSummary is not strict JSON.
  • Copy buttons for input and result; new task locale keys and unit tests.

Test plan

  • npm test -- --run src/pages/Task/QueuedSection.test.tsx in webui/

Made with Cursor

- Render QueuedWorkflowDetail for executionMode=workflow instead of SessionChat
- Display workflow ID, input snapshot, result summary with optional JSON formatting
- Parse Python-like repr for resultSummary when JSON.parse fails
- Add copy-to-clipboard for input and result; extend i18n and tests

Made-with: Cursor
@duguwanglong duguwanglong merged commit 37a086f into main Apr 17, 2026
2 checks passed
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