Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://dev.azure.com/transport-canada/MAACE-Solution%20and%20Data%20Architecture%20Services/_git/MtoaApiService

TimeTrackingService:

https://dev.azure.com/transport-canada/MAACE-Solution and Data Architecture Services/_git/TimeTrackingService

Accessing SCED enviornment:

...

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:

diag1.pngImage Added

...

diag2.pngImage Added

Topics

workload-servicerequest-topic: The WorkloadManagmentService will push new work item request to this topic:

...

  1. 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)

    Image RemovedImage Added

Updating service request flow

Current Status Mapping:

WLM Status

MTOS 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:

...