You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2021. It is now read-only.
The drag and drop editor is really nice, but at scale, it bypasses source control for workflow development.
Proposed solution
Wrap st2flow in an electron app (and/or a docker container), and hook it up to a local git repo such that when you "save" in the UI, it does
git add . && git commit -m "foo" && git push
This way, folks can download the UI designer for StackStorm, have drag and drop capabilities for workflow creation, and have it hooked up to source control
The text was updated successfully, but these errors were encountered:
Problem
The drag and drop editor is really nice, but at scale, it bypasses source control for workflow development.
Proposed solution
Wrap st2flow in an electron app (and/or a docker container), and hook it up to a local git repo such that when you "save" in the UI, it does
This way, folks can download the UI designer for StackStorm, have drag and drop capabilities for workflow creation, and have it hooked up to source control
The text was updated successfully, but these errors were encountered: