Hiya!
I've been spending several hours trying to get either queue_up_workflow or wait_for_workflow working in my pipeline, but I keep getting a Exited with code exit status 22. Here's some of the code I'm using:
workflows:
installers:
jobs:
...
deployment:
jobs:
- swissknife/queue_up_workflow:
workflow-name: "installers"
- deploy:
requires:
- swissknife/queue_up_workflow