Swagger UI not rendering /api/workflow/{workflowId} #2192
-
Hi, I am using the Conductor Version: 3.1.0 and in the OpenAPI UI / Swagger UI, the URL /api/workflow/{workflowId} is not rendered by Swagger UI and timesout after a while making the page unresponsive. However, if I directly access /api/workflow/6f5959c8-9849-4cf9-b630-c476b83a29f7 or something similar with a workflowId in browser window, it gives the expected response. Unsure if this has anything to do with core functionality than just Swagger documentation. P.S. I have compared the Swagger definition for similar methods / APIs like /api/metadata/workflow/{name} which also takes in a single String parameter (optionally version as second parameter) and the Swagger definitions looked similar accordingly. Couldn't figure out why this alone is not rendering. Also tried changing the version from 1.4+ to 1.2.32 which was working for me on a different Spring Boot project (For Reference : https://github.com/maheshyaddanapudi/APICallsScheduler) Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Should be fixed as part of #2210 |
Beta Was this translation helpful? Give feedback.
Should be fixed as part of #2210