Process Definition Name

Hi,
I want to change add an input variable to the process definition name while starting a process.
The value of this variable is dynamic.

I tried with ${variable}_process_Defination_Name1.
But the process name in the Cockpit is appearing as ${variable}_process_Defination_Name1 and it’s not taking the variable value.

Is there any way to add a variable?

Process definition name is immutable, Process definition instance will be created once you deploy the process definition xml and it doesn’t support expressions for the process definition name attribute.