>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #34
Update issue details
Title *
Description
Two UI improvements needed: 1. **Create Workflow Modal (#/create)**: When switching to JSON format, the placeholder shows Python DSL example instead of JSON. Should show proper JSON workflow definition example like: ```json { "name": "my_workflow", "start_task": "step1", "tasks": { "step1": { "function": "tools.shell.run", "args": ["echo Hello"] } } } ``` 2. **Events Tab (#/workflow/{id}/events)**: Currently creates HTML tables from event result data. Issues: - Tables make UI slow with large data - Not very useful for viewing complex nested JSON - Should replace with syntax-highlighted prettified JSON display using Prism - Better UX and performance
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel