I’m using the Eclipse designer to create my diagrams. How do I go about using variables in my task name or documentation/description?
I’ve tried setting the documentation field of the task to:
New {employeeType} staff: {firstName} ${lastName}
I’ve also tried the same with the Name field with no luck.
I’m starting the process using the REST API call to start process instance by key and passing along the variables above.
When the task is created, the variables are created, but they are not plugged into the documentation/name fields.
Am I doing this correctly? What am I missing?
Thanks!