flowable / flowable/flowable-engine
flowable7 moveActivityIdsToSingleActivityId
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
**Describe the bug**
Changing flowable7 moveActivityIdsToSingleActivityId to a node other than the root node will not add data to the ru_task table. If you change to the root node, you can have to-do data in the ru_ task table. Flowable6 can change it by using moveActivityIdsToSingleActivityId, and add a new task data.
**Expected behavior**
Flowable7 moveActivityIdsToSingleActivityId this method can add agent data.
**Code**
runtimeService.createChangeActivityStateBuilder()
.processInstanceId(task.getProcessInstanceId())
.moveActivityIdsToSingleActivityId(taskIds,handleDataDTO.getRollbackId())
.changeState();
**Additional context**
flowable7.0.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.