Trigger workflow in synchronous fashion using conductor's provided api

Hi team, we do have a usecase where we want to trigger conductor workflow with few input parameter using conductor’s provided api where this workflow should work in synchronous fashion meaning it will wait till all the task get completed in the workflow and once done it should print the output of a workflow as a response.

Basically the requirement is execute the workflow and the get the response in same call, we want to use this for read purpose only by calling multiple GET api and treat workflow as a orchestrator.