Add Running filter
This commit is contained in:
parent
7aae2d0fa8
commit
b44f2b681c
|
|
@ -42,6 +42,7 @@ namespace ElsaDashboard.Application.Pages.WorkflowInstances
|
|||
new[]
|
||||
{
|
||||
default(WorkflowStatus?),
|
||||
WorkflowStatus.Running,
|
||||
WorkflowStatus.Suspended,
|
||||
WorkflowStatus.Finished,
|
||||
WorkflowStatus.Faulted,
|
||||
|
|
|
|||
Loading…
Reference in a new issue