Hi there,
In your documentation on process listeners, I noticed a sample of setting process instance execution listeners on start event:
println execution.eventName
However, in the Camunda modeler, there is no way of adding listeners on process instance start, but only on start event itself. I assume that by manually adding to the process the fragment below, it will trigger the listener on process instance start.
Attaching the listener to start event item, would produce the extension under the start event tag, which is not the same as above, where extension is directly under
tag
Cristian