Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Allow any script to be used as flow error handler #4714

Open
Bilge opened this issue Nov 14, 2024 · 0 comments
Open

feature: Allow any script to be used as flow error handler #4714

Bilge opened this issue Nov 14, 2024 · 0 comments
Assignees

Comments

@Bilge
Copy link

Bilge commented Nov 14, 2024

We are limited to a very specific subset of languages and scripts as error handlers but I expected we could use any existing script here. I expect the limitation is just because error handlers have a specific interface (message, name, step ID), but it seems to me this is not necessary at all, because we could route that data ourselves (if we actually want it) using inputs and interpolation as with a normal script.

Instead, we have to build duplicate scripts just to have them act as an error handler, which is a pretty poor user experience and a maintenance burden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants