Use variable in process Name

I’m using the same subprocess for collection of three {boType} and i want to see it in Camunda Operate.
Is it possible to use variable in process name?

I was trying ${boType} and ${execution.getVariable(“boType”)}
Both didn’t help.

image

Hi @Messikk94
What you’re trying to change dynamically is the name of the process definition, which is the same for all process instances. So it’s not something you can change via a variable in your process instance.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.