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

Process Instance Migration: Find all completed tasks in a Process Instance #416

Closed
danfunk opened this issue Jun 4, 2024 · 2 comments
Closed
Assignees

Comments

@danfunk
Copy link
Collaborator

danfunk commented Jun 4, 2024

Calculate which tasks were executed in a process instance (climb back up the tree) and compare these to what has changed between two process models to determine if it is possible to safely migrate the process instance to the new model.

@danfunk danfunk added this to the Process Instance Migrations milestone Jun 4, 2024
@calexh-sar calexh-sar changed the title Find all completed tasks in a Process Instance Process Instance Migration:: Find all completed tasks in a Process Instance Jun 12, 2024
@calexh-sar calexh-sar changed the title Process Instance Migration:: Find all completed tasks in a Process Instance Process Instance Migration: Find all completed tasks in a Process Instance Jun 12, 2024
@essweine
Copy link
Contributor

#422 introduced new utilities for comparing workflow specs and identifying tasks in a workflow with changed specs but I think this requires more discussion. I'm not sure that making such a decision really makes sense as part of the library; I think it might be too context dependent to really be able to do it here.

@calexh-sar
Copy link

Completed, will be QA'd as part of the finished process.

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

No branches or pull requests

3 participants