Incorrect error message in DurableOrchestrationClient.terminate()
#430
Labels
bug
Something isn't working
DurableOrchestrationClient.terminate()
#430
🐛 Describe the bug
DurableOrchestrationClient.terminate()
throws following exception when specified non-existentinstance_id
.🤔 Expected behavior
The error message should be like
No instance with ID 'dummyinstanceid' found.
☕ Steps to reproduce
Durable Functions HTTP starter
The following code reproduces this bug:
I am running this locally with following versions.
⚡If deployed to Azure
The text was updated successfully, but these errors were encountered: