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
The cancellation of ongoing invocations requires finding the leaf nodes of the call hierarchy starting at the to be canceled call. Cancelling these leaf nodes will trigger the running of their compensations and then the propagation of the cancellation upwards the call hierarchy.
Together with this issue, I think we can easily introduce a command like "cancel and restart", that will cancel and immediately restart the invocation, without losing the lock.
The cancellation of ongoing invocations requires finding the leaf nodes of the call hierarchy starting at the to be canceled call. Cancelling these leaf nodes will trigger the running of their compensations and then the propagation of the cancellation upwards the call hierarchy.
The tasks here reflect the design described in this document: https://docs.google.com/document/d/14s7D6KP1IKNS1K3OrVbZNKGNei9TO_-9Sk0YC5mpht8/edit?usp=sharing
Mandatory tasks
We also track in this umbrella some followup tasks that complete the overall picture of the cancellation feature
Optional/followup tasks
The text was updated successfully, but these errors were encountered: