Create new workflow instance based on an event

How would one go about doing this:

Say I have a simple customer-service workflow definition which starts based on a message subscription like so:

The message subscription for “on credit limit increased” is defined as follows:

Let’s also say I have an instance of retail-order workflow running which would publish a message of a certain event type, say ping-eventType.

How do I get a new instance of the customer-service workflow created and run? Please note that I do not already have a running instance of the customer-service workflow.

Never mind. Found the answer in the message start event.

2 Likes