...
TimeTrackingService:
Accessing SCED enviornment:
We have been move our DEV enviornment from NON-SCED to SCED in Azure and the following URL’s have been used to access the application services under SCED.
WLMDemoPortal:
https://ncdworkloadmanagementdemoportalapp01.azurewebsites.net/
MTOAApiService:
https://ncdmtoaapiserviceapp01.azurewebsites.net/swagger/index.html
WorkLoadManagementService:
https://ncdworkloadmanagementapp01.azurewebsites.net/swagger/index.html
TimeTrackingService:
https://ncdtimetrackingserviceapp01.azurewebsites.net/swagger/index.html
Creating new request flow in WLM
The following diagram shows diagrams show the data flow between, the WLM Demo Portal, WLMWorkloadManagementService and MTOA for a WLMWorkloadManagementService , MTOA API and MT API for new request:
...
Topics
workload-servicerequest-topic: The WorkloadManagmentService will push new work item request to this topic:
...
Few values are hardcoded while service request is created in MTOAApiService.api. below is the screenshot (considering these values to be received from CRSM Test Service)
Updating service request flow
Current Status Mapping:
WLM Status ID | WLM Status name | MTOA Status ID |
MTOA Status name | |||
001 | 2 | Submitted | |
002 | 1 | In Progress | |
003 | 6 | Information Required | |
004 | 22 | Document Issued | |
005 | 12 | Rejected | |
006 | 9 | Cancelled | |
007 | 10 | Initiated | |
011 | 20 | On Hold | |
4 | Completed |
The following diagram shows the data flow between, the WLM Demo Portal, WLMWorkloadManagementService and MTOA when the status is changed in WLM Demo Portal:
...