flowable / flowable/flowable-engine
tenant user can not start process instance in task application
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.9k
- Merge medio
- 7h 8m
- PR unite (30g)
- 2
Descrizione
**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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.