We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f6b01 commit 3d1fa01Copy full SHA for 3d1fa01
src/Dapr.Workflow/WorkflowState.cs
@@ -84,6 +84,8 @@ public WorkflowRuntimeStatus RuntimeStatus
84
return WorkflowRuntimeStatus.Terminated;
85
case OrchestrationRuntimeStatus.Pending:
86
return WorkflowRuntimeStatus.Pending;
87
+ case OrchestrationRuntimeStatus.Suspended:
88
+ return WorkflowRuntimeStatus.Suspended;
89
default:
90
return WorkflowRuntimeStatus.Unknown;
91
}
0 commit comments