How to run a flow once, automatically when starting mule?
问题 I have a java class that creates a clean MongoDB database with seeded collections. It automatically identifies if the database is missing and creates it. I would like to run this when I start MuleEsb. This way I don't need to remember to invoke it before I start mule. I was hoping to put it inside a flow and run that flow once, automatically when mule starts up. Is there a way to do this one-time operation when mule starts? --- Update --- As per the conversation below I added the following to