How to change the deployment name

Hi

After deploying the process via Spring Boot, the name is shown as "SpringBootAutoDeployment " in flowable-admin,
How to set the new name during deployment?

1 Like

we have to use flowable.deploymentName in application.properties

A list of all Spring Boot properties can be found in this part of our documentation