Cancellation #4
Labels
enhancement
New feature or request
resonate-sdk
Functionality or implementation is applicable to Resonate SDKs
resonate-server
Functionality or implementation is applicable to the Resonate Server
Milestone
Durable promises can be cancelled, this feature should be exposed to the user on the context object. When a context (which always maps to one durable promise) is cancelled, all child contexts should also be cancelled (recursively) if not already completed.
Ultimately a cancellation error should be returned to the user code where applicable.
The text was updated successfully, but these errors were encountered: