orquesta
orquesta copied to clipboard
Orquesta is a graph based workflow engine for StackStorm. Questions? https://github.com/StackStorm/st2/discussions
The project I'm working on has a hard requirement of jsonschema 3.2 so currently, we have to use a horrible workaround to utilise st2, I'm hoping to remove this conflict.
Adds a section to the documentation explaining how to get results from a `with-items` tasks in a subsequent workflow task.
Currently the incomplete items in a task's with list won't be processed if there are no active task item and parent task has failed status. For example let's consider this...
add the ability to disable the feature of recursively evaluation of jinja and yaql expressions by setting the environment variable ``ENABLE_RECURSIVELY_EVALUATION`` to ``false``.
I think this goes here, but if it goes on StackStorm/st2, I can file the issue there. This issue is about improving the error message returned when a schema validation...
Hi. In my workflow I have a task with two condition that can call 2 separate tasks base on condition result.and then I have a barrier_task to wait for all...
Creating a workflow that includes a "with-items" task that uses a valid YAQL statement to supply a list to the input of the task fails. It appears that the workflow...
Right now when writing check logic in orquesta I have to have a when block for each conditional. It's not graceful and harder to manage. For ex: Instead of ,...
If any task in the task list is named "get_task", "has_task", or various other variations visible in https://github.com/StackStorm/orquesta/blob/b8109939b0c4ace374a42a2b5e6161a3c07b5349/orquesta/graphing.py#L78, the workflow will fail at runtime with an opaque error as seen...
We use the with-items to loop over and run an action. If it fails for even one of them, it retries over all the items in the array again, instead...