cancel
Showing results for 
Search instead for 
Did you mean: 

Get Activiti ProcessId in Emailtask

mpriess
Champ in-the-making
Champ in-the-making
Hi,

I like to add the processId to an email. Is there a variable which I can use to recieve the processId. Is there an example available how I can null values? I checked the documentation and found no solution.
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

execution is available everywhere in the process instance. So you can use execution.getProcessInstanceId().

Best regards,