Hi @rb090 ,
We’ve released the new version here:-
This works now for your orchestrator with the http service in it. You do need to make one change though, you need to add a line that says _atomic: false
to the orchestrator (you add this line below the _type: ORCHESTRATOR
line). By default this flag is always true for an orchestrator, but we wanted to make it explicit that this cannot be true for an orchestrator with an http service (as we have no control of the service). Hope this makes sense. The compiler will give an error explaining the same if you do not add this line.
Apologies for this taking longer than expected. Please let me know any thoughts etc.