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
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)
The text was updated successfully, but these errors were encountered:
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()
methodEventList.requested_cancel_workflow()
method (though not sure about the name)The text was updated successfully, but these errors were encountered: