Details
-
Type:
Task
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0, 1.0.0-alpha9, 1.0.0-RC2
-
Component/s: backend
-
Labels:None
Description
Steps to reproduce:
1. workflow instance wi1 with an active incident
2. requests workflow instances list -> wi1 has INCIDENT state
3. request wi1 by id
Currently: wi1 has ACTIVE state
Must be: wi1 has INCIDENT state
After fixed on backend, frontend must be adjusted also;
as currently frontend will look at a combination of state ACTIVE and incidents field to return state = INCIDENT.
Expected behaviour is to just check the instance state