Is your feature request related to a problem? Please describe.
- The conditions of all tenants, it is recommended to add tenantId
or
query
- My purpose: 'TENANT_ID_' is' 0 ', which represents the process shared by the tenant, and other values are their own process.
Describe the solution you'd like
Such as Task query:
query.or().taskTenantId("0").taskTenantId("1").endOr();
or use in:
query.taskTenantIds("0", "1");
other:
processDefinitionTenantId
add processDefinitionTenantIds
processInstanceTenantId
add processInstanceTenantIds
more...
batch, actiity, delopyment, execution, historic, job...