Interface ProcessEnginePlugin

    • Method Detail

      • preInit

        void preInit​(ProcessEngineConfigurationImpl processEngineConfiguration)

        Invoked before the process engine configuration is initialized.

        Parameters:
        processEngineConfiguration - the process engine configuation
      • postInit

        void postInit​(ProcessEngineConfigurationImpl processEngineConfiguration)

        Invoked after the process engine configuration is initialized. and before the process engine is built.

        Parameters:
        processEngineConfiguration - the process engine configuation
      • postProcessEngineBuild

        void postProcessEngineBuild​(ProcessEngine processEngine)

        Invoked after the process engine has been built.

        Parameters:
        processEngine -