Interface ProcessEngineService

    • Method Detail

      • getDefaultProcessEngine

        ProcessEngine getDefaultProcessEngine()
        Returns:
        the default process engine.
      • getProcessEngineNames

        java.util.Set<java.lang.String> getProcessEngineNames()
        Returns:
        the names of all ProcessEngines managed by the Camunda Platform.
      • getProcessEngine

        ProcessEngine getProcessEngine​(java.lang.String name)
        Returns:
        the ProcessEngine for the given name or null if no such process engine exists.