Get all workflows tenant
Added a new workflow api with UTs and ITs.
Get All Workflows starting with prefix API with rest end point : /workflow/?prefix="test"
1 Parameters can be specified for this get request namely: prefix.
Queries the database for all the workflows having the specified prefix. The resulting items are sorted by timestamp in descending order.
ITs for the api:
- Success cases when:
- prefix is provided
- Unauthorized case with no access token and no data access token.
- Unauthorized when given invalid partition id