Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flowable7 moveActivityIdsToSingleActivityId #3860

Open
zw666 opened this issue Mar 7, 2024 · 0 comments
Open

flowable7 moveActivityIdsToSingleActivityId #3860

zw666 opened this issue Mar 7, 2024 · 0 comments

Comments

@zw666
Copy link

zw666 commented Mar 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant