Hi,
I want to model a signal name as expression like this: Signal_Car-${execution.getVariable(‘car_no’)}
but the processVariable car_no is not resolved.
If I use: Signal_Car-${execution.processInstanceId}
the processInstanceId is resolved.
After carrefull reading I found that the key solution is here :
Blockquote
You can use expressions for the name in the signal event definition. The name is then resolved as soon as a process reaches the scope of the signal.