Hi everyone,
I’m struggling with the reserved variable taskContextDisplayName in my Camunda 8 Self-Managed setup (currently running version 8.8.9).
According to the documentation, this variable should display additional context information directly on the task tile in the Tasklist. However, in my case, the area on the tile remains empty.
What I have verified so far:
-
Variable Scope: I can see the variable
taskContextDisplayNamein Operate. It is correctly populated as a String (e.g.,"TEST"or a longer string with\nline breaks). -
Form Visibility: When I map the variable to a field in the Task Form, the value shows up correctly. So the data is definitely reaching the Tasklist component.
-
Creation Method: I have tried setting it both as an Input Mapping on the User Task and via a Script Task immediately before the User Task (to ensure it’s in the process scope before task creation). Neither worked for the tile preview.
-
Version: We are on 8.8.9, which should natively support this feature.
-
Simple Test: I even tried a very basic value like
="TEST"(FEEL expression) to rule out issues with special characters or string length. Still no luck.
Environment Details:
-
Deployment: Self-Managed (Helm)
-
UI Mode: We are using the default Tasklist UI.
-
Elasticsearch: Standard configuration.
Is there a specific Feature Flag that must be enabled for Self-Managed 8.8.x to render this variable on the tile?
Any insights or troubleshooting tips would be greatly appreciated!
Best regards, Ben
