Package org.camunda.automator.bpmnengine
Class BpmnEngineConfigurationInstance
java.lang.Object
org.camunda.automator.bpmnengine.BpmnEngineConfigurationInstance
Generate BpmnEngineConfiguration for different servers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigurationBpmEnginegetCamunda7(String serverUrl) static ConfigurationBpmEnginegetCamunda8(String zeebeGatewayAddress) static ConfigurationBpmEnginegetCamundaSaas8(String zeebeCloudRegister, String zeebeCloudRegion, String zeebeCloudClusterId, String zeebeCloudClientId) static ConfigurationBpmEnginegetDummy()static ConfigurationBpmEnginegetZeebeSaas(String zeebeGatewayAddress, String zeebeSecurityPlainText)
-
Constructor Details
-
BpmnEngineConfigurationInstance
public BpmnEngineConfigurationInstance()
-
-
Method Details
-
getZeebeSaas
public static ConfigurationBpmEngine getZeebeSaas(String zeebeGatewayAddress, String zeebeSecurityPlainText) -
getCamunda7
-
getCamunda8
-
getCamundaSaas8
public static ConfigurationBpmEngine getCamundaSaas8(String zeebeCloudRegister, String zeebeCloudRegion, String zeebeCloudClusterId, String zeebeCloudClientId) -
getDummy
-