flowable / flowable/flowable-engine

It is recommended to add query tenantIds or `or` queries for all functional

Open
#4,040 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
9.5k
Forks
2.9k
Avg merge
7h 8m
Merged PRs (30d)
2

Description

**Is your feature request related to a problem? Please describe.**

1. The conditions of all tenants, it is recommended to add tenantId `or` query
2. 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...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.