Azure/durabletask

AzureStorageOrchestrationService fails to detect existing instance !

Closed this issue · 0 comments

I am attempting to CreateOrchestrationInstanceAsync using an instance id which already ran and completed. Using The AzureStorageOrchestrationService instance with the same ID is always created as new and it is not detected as existing.

InstanceId: 123
first run
image

second run
image

I tested with the ServiceBusOrchestrationService and it is working as expected.

image

what is causing the AzureStorageOrchestrationService to not work correctly?