Skip to content

New APIs: GET Workflow by Id and GET Workflow Run by Id

Mayank Saggar [Microsoft] requested to merge new-apis-ms into h2-ingestion

The MR implements GET workflow by Id and GET workflow Run by Id. The implementation includes a controller to support the api, a service layer and a repository layer for interacting with database. Also have written a few UTs for the same.

This MR doesn't implement a breaking change.

The code coverage for the changes is at 100%. ITs for the same are still to be implemented.

Edited by Mayank Saggar [Microsoft]

Merge request reports