Hello,
I just changed my workflows form ExternalWorkflowStubs to work with Event Broker Subscriptions. I can set the subscriptions as blocking so the other subscriptions are not running before this one is finished but I actually encountered the problem, that when I request a VM now the subscription for the MachineProvisioned Event triggers my workflow correctly but the vRA request is not waiting for my workflow result to successfully finish. Instead, it always shows my request as successful in vRA even if the workflow quits with an error. Is there a way to wait for my workflow execution result to be successful and otherwise telling the vRA that the request was not successful / how can I handle that using Event Broker?
Best Regards
JensVM