is there any plans to add a cleaner way of error handling that isn't try-catching everything? I just

is there any plans to add a cleaner way of error handling that isn't try-catching everything? I just need to call a function to update my db with failure state, and having something as simple as { step-failed: 'blah-blah', timestamp: '' } on a onError function in the Workflow class would be super helpful
Was this page helpful?