I would like an export that would allow us to more easily perform code reviews. Right now, we export as JSON bundle files, which contains a lot of workflow fluff to sift through.
Ideally, we export a workflow which would have an easily readable json file, that shows:
Names of tasks
Transitions and settings
Variable assignments
Jinja
This would allow us to more easily perform code reviews internally.
A bonus would be allowing us to programmatically pull/push imports. This would allow us to have a no touch solution to export, review, and push changes to workflows.