Closed MregXN closed 2 months ago
Has any testing been done with the other language SDKs to confirm that this is an issue with the .NET SDK itself and not an issue with the sidecar implementation?
Has any testing been done with the other language SDKs to confirm that this is an issue with the .NET SDK itself and not an issue with the sidecar implementation?
The durabletask-go implementation and downstream dapr go-sdk is working as expected [displays the code - SUSPENDED] (although missing tests)
Expected Behavior
workflow status should be
Suspended
Actual Behavior
displays as
Unknown
Steps to Reproduce the Problem
use
SuspendWorkflowAsync
inDaprWorkflowClient
to pause a workflow instance