Class HotDeploymentUtils

java.lang.Object
io.jmix.bpm.util.HotDeploymentUtils

@Component("bpm_HotDeploymentUtils") public class HotDeploymentUtils extends Object
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 Details

    • HotDeploymentUtils

      public HotDeploymentUtils(Resources resources, org.flowable.engine.RepositoryService repositoryService)
  • Method Details

    • deployProcess

      public void deployProcess(String bpmnProcessFileName)
      Deploys the BPMN process from the specified file located in the "conf/bpmn-process-hot-deploy" directory.