Package io.jmix.bpm.util
Class HotDeploymentUtils
java.lang.Object
io.jmix.bpm.util.HotDeploymentUtils
Class is used for hot deployment of BPMN process. Methods of the classes in most cases will be invoked by the trigger
file mechanism.
- See Also:
-
Constructor Summary
ConstructorDescriptionHotDeploymentUtils
(Resources resources, org.flowable.engine.RepositoryService repositoryService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deployProcess
(String bpmnProcessFileName) Deploys the BPMN process from the specified file located in the "conf/bpmn-process-hot-deploy" directory.
-
Constructor Details
-
HotDeploymentUtils
public HotDeploymentUtils(Resources resources, org.flowable.engine.RepositoryService repositoryService)
-
-
Method Details
-
deployProcess
Deploys the BPMN process from the specified file located in the "conf/bpmn-process-hot-deploy" directory.
-