Open
Description
Describe the solution you'd like
Implement proper behavior for cancelled
, uncancel
, and cancelling
of activities and child workflows. The behavior probably looks like:
cancelled
- return true once it comes back as canceleduncancel
- raise an (non-Temporal) exception saying that uncancel is not supportedcancelling
- probably just works already