Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

New Feature: Desktop application for ST2 Flow #372

Open
mickmcgrath13 opened this issue May 27, 2020 · 0 comments
Open

New Feature: Desktop application for ST2 Flow #372

mickmcgrath13 opened this issue May 27, 2020 · 0 comments

Comments

@mickmcgrath13
Copy link
Contributor

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants