flowable / flowable/flowable-engine
tenant user can not start process instance in task application
- Vorherrschende Sprache
- Java
- Sterne
- 9.5k
- Forks
- 2.9k
- Ø Merge
- 7 Std. 8 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
**Describe the bug**
This is a bug about flowable applications.
A app model with a process model and some form models is created by a tenant user in modeler application, then publish it to task application, but the process can't be started by the same tenant user though.
The exception is FlowableObjectNotFoundException: no form definitions deployed with key 'xxxForm'.
The cause is no tanent is set when starting process instance in FlowableProcessInstanceService.startNewProcessInstance()
**Expected behavior**
Expect a tenant user can start a process instance in task application.
**Code**
FlowableProcessInstanceService.startNewProcessInstance()
**Additional context**
version: 6.5.0
database: mysql5.2
application: flowable modeler, task, idm applications
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.