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

Extract Engine calls used in logExistingProcessInstanceInfos #62

Open
BenFuernrohr opened this issue Jan 17, 2025 · 0 comments
Open

Extract Engine calls used in logExistingProcessInstanceInfos #62

BenFuernrohr opened this issue Jan 17, 2025 · 0 comments
Labels
Camunda 7 detachment All issues refering to the detachment of the library from camunda 7

Comments

@BenFuernrohr
Copy link
Collaborator

In ProcessInstanceMigrator beginning in line 119 two calls to the ProcessEngine happen.

These calls are to be extracted in two Interfaces:

  • "LoadProcessInstances" containing a method loading a List of Process Instances. A Process Instance Model class containing the necessary fields is to be implemented and used as a return value.
  • "LoadVersionTag", containing a method loading the versionTag of a given Process Instance (identified by ID).

A default Implementation for both interfaces is to be provided (equal to the existing implementation in ProcessInstanceMigrator) und made the default in ProcessInstanceMigratorBuilder.

Documentation is to be adjusted where necessary.

@BenFuernrohr BenFuernrohr added the Camunda 7 detachment All issues refering to the detachment of the library from camunda 7 label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Camunda 7 detachment All issues refering to the detachment of the library from camunda 7
Projects
None yet
Development

No branches or pull requests

1 participant