Global acquire lock strategy and multitenancy

Hello,

in my application MultiSchemaMultiTenantProcessEngineConfiguration and I use a SharedAsyncExecutor across tenants. That means that I should not enable the global lock?

asyncExecutor.setGlobalAcquireLockEnabled(true);

Does this lock happens for the entire db? I have one db with different schemas.

Hey @desp.kaz,

No you can enable the global lock.

No it doesn’t, it is using the ACT_GE_PROPERTY table from the schema that it is running in.

Cheers,
Filip