Get Process Business Key as User Task Form Field

A old question here explains how we can get process business key inside user task execution. Is there a way to do this on the modeler itself like the original author intended.

That was for camunda 7.4. I want to know if there have been improvements to modeler / platform to get the business key inside task forms easily

For example: Have a field like ${businessKey} that be used in the modeler.

@shan-96 you can configure the expression like:

${execution.getProcessBusinessKey()}
2 Likes

Thanks @aravindhrs. This worked.