Description
An invalid uuid should always return 400 and an error message
Steps to reproduce
- Call the monai endpoint with an invalid id for payload id
e.g. curl "http://ec2-3-9-59-106.eu-west-2.compute.amazonaws.com:13051/workflowinstances?payloadId=invalid"
Expected behavior
An error message about the uuid being invalid
Actual behavior
A normal response with no data
