Uses of Class
org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
Packages that use TenantIdProviderProcessInstanceContext Package Description org.camunda.bpm.engine.impl.cfg.multitenancy -
-
Uses of TenantIdProviderProcessInstanceContext in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type TenantIdProviderProcessInstanceContext Modifier and Type Method Description String
TenantIdProvider. provideTenantIdForProcessInstance(TenantIdProviderProcessInstanceContext ctx)
Invoked when a process instance is started and the Process Definition does not have a tenant id.
-