W Chan
W Chan
Currently, auth tokens are stored in the database as is and unencrypted. If the st2 database is compromised, all the auth tokens connected to the users can be misused. Instead...
Currently, the hclwrite generator has a TODO on rendering HEREDOC. This patch will format multi-line string ending in a newline as a HEREDOC instead.
There are use cases where users want to synchronize access to a resource (i.e. server) across multiple and different workflow executions. Currently, StackStorm offers concurrency policies to synchronize executions for...
Currently, `join` can either be `all` or an integer that represents number of incoming edges with examples being `join: all` or `join: 3`. There are cases where the number of...
It would be nice to be able to identify the response to a trigger instance. When looking at the trigger instance, I can see the payload but then I'm can't...
If I recall from the UX design, the `when` in the task transition should have a drop down for user to choose succeeded, failed, completed, and additional option to customize...
Currently if I want to rename the task, I have to go to the right hand panel, click on edit next to the task name, type in the new task...
Currently when creating a new workflow, the pack selection can only be one of the existing packs. It will be nice to be able to specify a new pack and...
If the workflow definition contains schema error such as having a duplicate key in the action input of a task, then st2flow will fail to load the entire workflow. The...
st2flow should have complained that `core.echoz` for task2 does not exist for `examples.orquesta-fail-inspection-task-contents`.