Hello, I am sorry if this has been asked before. I could not find anything.
GetA12 has following paragraph: “Values can be synchronized from a document to the Task that it is associated with in Camunda. To do this, you need to annotate the desired fields with availableInProcessAs and provide a variable name under which the value will be available as a Process Variable in Camunda.”
We have set the annotation value to “genehmigung” and would like to reference it in a Camunda condition. Previously the condition was “#{HF1_Prozess_WF.root.genehmigungsverfahren.genehmigung.genehmigung == “JA”}”. How would this look like with the now workflows architecture?
Thanks in advance.