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

Implement pause_on_error in base class #797

Open
oliwel opened this issue Jan 18, 2021 · 0 comments
Open

Implement pause_on_error in base class #797

oliwel opened this issue Jan 18, 2021 · 0 comments
Assignees
Milestone

Comments

@oliwel
Copy link
Contributor

oliwel commented Jan 18, 2021

Would it make sense to have the "pause_on_error" feature as a general "try / catch" in the Workflow class?

Intended Purpose: If the feature was activated by setting the "pause_on_error" parameter for the action class, all (?) errors that are caught inside "execute_action" will be transformed to pause/retry.

Reason: Especially when working with external resources via connectors it is very cumbersome to protect any call with an extra eval. Adding eval on the top level of a method will also cause extra overhead and code.

@oliwel oliwel added this to the 3.12 milestone Jan 18, 2021
@oliwel oliwel modified the milestones: 3.12, 3.28 May 14, 2023
@oliwel oliwel self-assigned this May 14, 2023
@oliwel oliwel modified the milestones: 3.28, 3.30 Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant