Add Running filter

This commit is contained in:
Sipke Schoorstra 2021-01-09 14:49:56 +01:00
parent 7aae2d0fa8
commit b44f2b681c

View file

@ -42,6 +42,7 @@ namespace ElsaDashboard.Application.Pages.WorkflowInstances
new[]
{
default(WorkflowStatus?),
WorkflowStatus.Running,
WorkflowStatus.Suspended,
WorkflowStatus.Finished,
WorkflowStatus.Faulted,