Hope someone can offer some experience here and It may not be possible . From an api flow can a workflow be called and then return via an output variable to the flow. I know that a workflow can be started using ionapi and api /v1/workflow/start. however can I pass the json body parameters in an api call ? Also is it possible to get the output back from any caled workflow using output variables of the workflow. The use case is to call an api flows , call a workflow, get some output and call another api. etc. Similar to what is possible within workflow / document flow. Thanks.