Getting started Community Training Tutorials Documentation APIs, AI & Tools
<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd">
<flow name="componentsFlow">
<scheduler doc:name="Scheduler" disallowConcurrentExecution="true">
<scheduling-strategy >
<fixed-frequency frequency="1000"/>
</scheduling-strategy>
</scheduler>
</flow>
</mule>



