Skip to content

Commit 3d1fa01

Browse files
authored
Added missing workflow status branch (#1348)
Signed-off-by: Whit Waldo <[email protected]>
1 parent 74f6b01 commit 3d1fa01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Dapr.Workflow/WorkflowState.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ public WorkflowRuntimeStatus RuntimeStatus
8484
return WorkflowRuntimeStatus.Terminated;
8585
case OrchestrationRuntimeStatus.Pending:
8686
return WorkflowRuntimeStatus.Pending;
87+
case OrchestrationRuntimeStatus.Suspended:
88+
return WorkflowRuntimeStatus.Suspended;
8789
default:
8890
return WorkflowRuntimeStatus.Unknown;
8991
}

0 commit comments

Comments
 (0)