Canvas Item Decorator Support For Default error handler
#339
Labels
area/vrotsc
Relates to `vrotsc` module
effort/low
kind/feature
New Feature to the project
priority/medium
triage/needed
Needs to be discussed by project maintainers
version/minor
Introduces a non-breaking feature or change
Description
We need to add support for a "Default error handler"
The default error handler is what is called in case of any uncaught errors in the workflow. It is a great way to have a last case error handling effort.
The "Default error handler" does not have anything pointing to it, but it has a
target
Example
This is how the :Default error handler" looks like:
Notes
target
of course, this can point to any other element orend
which will point to the end of the workflowname
in theerror-handler
is actually the "target", aka what will be called if an error is caughtThe text was updated successfully, but these errors were encountered: