What would you like to be added:
I would like to add tryCatch() and raise() to FuncDoTaskBuilder used by FuncWorkflowBuilder
Why is this needed:
This is needed so that I can implement workflows with these capabilities with the use of built‑in Function/Predicate support instead of jq
In order to be able to create workflows with FuncWorkflowBuilder that can raise explicit errors or implement try/catch tasks.
What would you like to be added:
I would like to add
tryCatch()andraise()toFuncDoTaskBuilderused byFuncWorkflowBuilderWhy is this needed:
This is needed so that I can implement workflows with these capabilities with the use of built‑in
Function/Predicatesupport instead ofjqIn order to be able to create workflows with
FuncWorkflowBuilderthat can raise explicit errors or implement try/catch tasks.