How to get Business Key in http-connector expression

I Have a http-connector setup. I’m able to get the current process-instance-id:

grafik

But now I want to get the businessKey instead of the processInstanceId. How can I archive this?

Hi @Zott,

${execution.getProcessBusinessKey()}

Hope this helps, Ingo

3 Likes