workflow-service icon indicating copy to clipboard operation
workflow-service copied to clipboard

WESClient.cancel doesn't seem to do much

Open gijzelaerr opened this issue 6 years ago • 1 comments

When I call WESClient.cancel on the client I see a DELETE call in the server logs but the workflow remains untouched.

gijzelaerr avatar Nov 01 '18 13:11 gijzelaerr

Yea, that's because it was changed from a DELETE to a POST to a cancel endpoint. Will fix.

tetron avatar Jan 16 '19 19:01 tetron