How to create/deploy custom workflows (Kubernetes) #6211
Unanswered
syntastical
asked this question in
Documentation
Replies: 1 comment 2 replies
-
1, ST2 should auto-pick up new flows created in the UI. The UI is far from perfect and at times it can brick your yaml definitions to a point that you can't reload the flow in the UI without manually editing the file to fix the yaml. Any manual modifications to flows need to be applied by reloading the flow manually using packs.load action (as far as I know) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I recently started playing around with StackStorm deployed from the official Helm chart in Kubernetes. I'm getting a bit confused about the process for defining and using new custom workflows. I created a new workflow in the web ui, and after saving, it can run the workflow. However, the workflow execution fails because the runner cannot find the workflow file, with error:
After doing some research, it seems like I either need to
If case #1 is true, will StackStorm automatically pick up the change after save, or do I need to do anything else after saving?
If case #2 is true, it would be nice to
Thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions