flowable / flowable/flowable-engine
tenant user can not start process instance in task application
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
**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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.