Describe the bug
Service request entity contains a field STATUS. When a service request is created STATUS is set to NEW. But once the service requests get completed or failed the STATUS field is not updated.
To Reproduce
Steps to reproduce the behavior:
- Create a workflow
- Trigger service request
- Get service requests by workflow name
- STATUS field in the response is always NEW
Expected behavior
STATUS field in service request should portray the current status. Once the service requests get completed/failed it should be updated.