Hi, I have a mistral workflow in pause and I want resume from another workflow with:
st2 execute resume “ID_workflow” -t “token”
but the ouput is
ERROR: 401 Client Error: Unauthorized
MESSAGE: Unauthorized - One of Token or API key required. for url: http://st2api:9101/executions/5bf2d5b8b2efc800159997f8
The token its ok becouse when i use the following command works fine:
st2 execution list -t token
I tried use a webhook but get the same problem, so the question is how to resume workflow with another workflow or webhook?