I need to control the execution of a flow manually through a HTTP call.
I have been told I can disable the flow from executing during startup using the initial
initial
This should do it:
<scripting:component> <scripting:script engine="groovy"> muleContext.registry.lookupFlowConstruct('targetFlow').start() </scripting:script> </scripting:component>