Activiti Spring Boot Strong UUID

cancel
Showing results for 
Search instead for 
Did you mean: 
learneractiviti
Member II

Activiti Spring Boot Strong UUID

How to enable springboot activiti based project to enable UUID for the IDs across activiti workflow. I know by changing idgenerator to StrongUUIDGenerator is the way. But where in the project shall i declare. 

1 Reply
ryandawson
Alfresco Employee

Re: Activiti Spring Boot Strong UUID

Seems like this same question got answered recently on stackoverflow Activiti Spring Boot Strong UUID - Stack Overflow  

This is controlled by a property in v7 (apply strong uuid generator if enabled · Activiti/activiti-cloud-runtime-bundle-service@0fb5d6b · Gi... ) but that change hasn't been backported to v6 yet (Activiti/AbstractProcessEngineAutoConfiguration.java at 6.x · Activiti/Activiti · GitHub ).