How to use variable in a form

@oronzo_lezzi You can’t access form variables of start event in the execution listener of start event itself.

Because form variables are not persisted at this point of time.

Maybe you can try marking the start event as async: Before = true . If it not works, change the listener to the event type= end in the start event and also keep asynBefore=true

2 Likes