You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm of two minds - it's kind of nice being able to generate a custom run ID (e.g if someone would rather use a timestamp over a UUID), but also, being able to call it without any args is less onus on the developer.
workers-sdk/packages/workflows-shared/src/binding.ts
Line 17 in 74ede56
If I create a workflow regarding docs
I will get the following error
✘ [ERROR] Uncaught (in promise) TypeError: Cannot destructure property 'id' of 'undefined' as it is undefined.
In the binding file above you can see the root problem, the compiler tries to destructure the coming object, but there is no param in the docs example
The text was updated successfully, but these errors were encountered: