-
-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is there an existing feature request for this?
- I have searched the existing issues
What is your feature request?
Description
Currently, workflows can only be created and edited through the graphical UI.
It would be useful to also be able to view and edit the underlying JSON directly,
either via a dedicated editor in the UI or via an import/export mechanism.
Use cases
- Version control: store workflows as JSON files in a git repository
- Faster editing for users comfortable with JSON
- Share or copy workflows between instances without manual recreation through the UI
- Review workflow structure without relying on the UI (useful when the UI has bugs,
e.g. the download button not working — see #XXX)
Proposed solution
Any of the following would be acceptable:
- A "Edit as JSON" toggle in the workflow editor
- An import button (complementary to the export/download button)
- A REST API endpoint to GET/PUT workflow definitions as JSON
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request