Uses of Class
org.camunda.bpm.application.PostDeploy
-
Packages that use PostDeploy Package Description org.camunda.bpm.example.invoice org.camunda.bpm.spring.boot.starter -
-
Uses of PostDeploy in org.camunda.bpm.example.invoice
Methods in org.camunda.bpm.example.invoice with annotations of type PostDeploy Modifier and Type Method Description void
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
Methods in org.camunda.bpm.spring.boot.starter with annotations of type PostDeploy Modifier and Type Method Description void
SpringBootProcessApplication. onPostDeploy(ProcessEngine processEngine)
-