Interface ProcessPluginDeploymentListener


public interface ProcessPluginDeploymentListener
Listener called after process plugin deployment with a list of deployed process-ids from this plugin. List contains all processes deployed in the bpe depending on the exclusion and retired config.

Register a singleton Bean implementing this interface to execute custom code like connection tests if a process has been deployed.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onProcessesDeployed

      void onProcessesDeployed(List<String> processes)