Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-17 | feat: add MultipleOptionsTask | flow | |
This is a variation of a Sequential Task, in which a subtask failing will prompt the next one to execute, and a subtask being successful will stop the task. This way, this can be used for easily managing fallbacks with tasks. :D Signed-off-by: flow <flowlnlnln@gmail.com> |