You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: