Search code examples
mulemule-flow

Cannot use initialState="stopped" in my flow attribute


I try to config my Mule flow

<flow name="..." initialState="stopped">

I have got "Attribute initialState is not defined as a valid property of flow".

What is wrong? Could clarify? Thank you in advance.


Solution

  • Old Mule version, perhaps? This property is not available in some older versions.

    https://www.mulesoft.org/jira/browse/MULE-6025