-
Notifications
You must be signed in to change notification settings - Fork 7
[Feature]: Add pre-suspend validation #291
Copy link
Copy link
Closed
Description
What would you like?
SDK is currently using thread counting mechanism to determine whether or not the execution can be suspended.
The other SDK (e.g. the typescript one) and the durable backend is using operation status checking mechanism - checking whether or not there is any operation in progress
- Java SDK can implement the similar mechanism on top of thread counting to validate the pending/suspension is valid.
- The cloud test runner can check invocation events to confirm there is no error with unexpected pending events.
Possible Implementation
Is this a breaking change?
No
Does this require an RFC?
No
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done