Hello,
We defined the process definition attribute “versionTag” as a business defined “version number” (e.g., “0.0.2. FINAL”) that documents which “process version” changed some “long term” data.
What is the easiest way to access the versionTag in a jobworker (zeebe, java client, version 8.6)?
I only found the method “job.getProcessDefinitionVersion()” which returns the version number instead.
Thanks and kind regards,
Heiko