Support loading of existing workflow into st2flow
Saving is now well supported, but loading should also be possible.
Not sure if this is related. But it would be helpful from the actions tab to have an option to click on an icon to open the workflow in st2flow
It is related. See the comments in https://github.com/StackStorm/st2flow/issues/180 . Essentially the "edit" button in st2web was completely blocked from rendering, except in tests. We should be able to restore that.
That said, it might be useful to also be able to load workflows from the palette in st2flow directly. We had talked briefly about tasks with embedded workflows and whether those could be edited. It shouldn't be too difficult to implement, but there should be a prompt before loading to make sure the user doesn't lose unsaved changes.
This is already supported. Other than the edit button. Am I missing something?