workflow-service
workflow-service copied to clipboard
WESClient.cancel doesn't seem to do much
When I call WESClient.cancel
on the client I see a DELETE
call in the server logs but the workflow remains untouched.
Yea, that's because it was changed from a DELETE to a POST to a cancel endpoint. Will fix.