Uses of Annotation Interface
org.camunda.bpm.application.PostDeploy
-
Uses of PostDeploy in org.camunda.bpm.example.invoice
Modifier and TypeMethodDescriptionvoid
InvoiceProcessApplication.startFirstProcess
(ProcessEngine processEngine) In a @PostDeploy Hook you can interact with the process engine and access the processes the application has deployed. -
Uses of PostDeploy in org.camunda.bpm.spring.boot.starter
Modifier and TypeMethodDescriptionvoid
SpringBootProcessApplication.onPostDeploy
(ProcessEngine processEngine)