Multiple process definition with same key

Hi All,

I want to deploy different process definitions with same process definition key. Please let me know - how to do that.

Thanks.

That will simply create multiple versions of that process.
Why do you need the same process with the same key?

you can do it.
processDefinitionKey=“your key” for each deployment. But it will create different versions for each deployment if you associate same key. Later you can access specific processdefinition using (processsdefinitionId or processdefinitionkey) with version number.

Additionally to this you can also use the versionTag.

Best
Felix