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

Flowable-rest module add/delete multiple instances execution API does not exist #3873

Open
wu-weichao opened this issue Apr 14, 2024 · 0 comments

Comments

@wu-weichao
Copy link

Is your feature request related to a problem? Please describe.

Flowable-rest module add/delete multiple instances execution API

In flowable-engine Include runtimeService.addMultiInstanceExecution and runtimeService.deleteMultiInstanceExecution function.

public Execution addMultiInstanceExecution(String activityId, String parentExecutionId, Map<String, Object> executionVariables) {
  return (Execution)this.commandExecutor.execute(new AddMultiInstanceExecutionCmd(activityId, parentExecutionId, executionVariables));
}

public void deleteMultiInstanceExecution(String executionId, boolean executionIsCompleted) {
  this.commandExecutor.execute(new DeleteMultiInstanceExecutionCmd(executionId, executionIsCompleted));
}

Hope to receive support in flowable-rest module.

@wu-weichao wu-weichao changed the title Flowable-rest module add/delete multiple instances execution API Flowable-rest module add/delete multiple instances execution API does not exist Apr 14, 2024
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