I need the transition to take place after adding the metadata value “datanadania”. (The “datanadania” metadata exists, is empty and optional).
I set a condition in the workflow:
{% if workflow_instance.document.metadata_value_of.datanadania %} True {% endif %}
and trigger as metadata modification.
Unfortunately this doesn’t work for me.
I checked the document’s sandobox, it is correct and the result returns nothing, even though metadata has a value.
I don’t know django templates at all, I’m probably making some simple mistake.
v4.5.5