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
{{ message }}
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
I'd like access to APIs for cancelling a WorkflowExecution (i.e. requestCancelWorkflowExecution) and to test the EventList whether a cancel has been requested (i.e. a WorkflowExecutionCancelRequested event has been recorded).
Specifically, I'd hope to see the following:
WorkflowExecution.requestCancel() method
EventList.requested_cancel_workflow() method (though not sure about the name)
I'd like access to APIs for cancelling a WorkflowExecution (i.e. requestCancelWorkflowExecution) and to test the EventList whether a cancel has been requested (i.e. a
WorkflowExecutionCancelRequestedevent has been recorded).Specifically, I'd hope to see the following:
WorkflowExecution.requestCancel()methodEventList.requested_cancel_workflow()method (though not sure about the name)