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

Handle SLA timers during process instance migration #509

Closed
martinweiler opened this issue Aug 22, 2023 · 2 comments
Closed

Handle SLA timers during process instance migration #509

martinweiler opened this issue Aug 22, 2023 · 2 comments
Assignees
Labels
area:engine Related to the runtime engines type:bug Something is behaving unexpectedly

Comments

@martinweiler
Copy link

martinweiler commented Aug 22, 2023

After migrating a process instance, which has an active human task with a defined SLA Due Date, the SLA Compliance remains as "Pending" when the time expires.

To reproduce the problem, create a process model with a human task, put a value in the "SLA Due Date" field, save as V1. Edit the process model and save it as V2. Instantiate a process with V1, then migrate it from V1-->V2, the SLA Compliance does not change when the time expires.

Note: While this description is targeting human tasks, we should make sure that any SLA timers are handled correctly during the migration:

  • Process SLA
  • Node Instance SLA (including HT)
@elguardian
Copy link

PR: kiegroup/jbpm#2323

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:engine Related to the runtime engines type:bug Something is behaving unexpectedly
Projects
None yet
Development

No branches or pull requests

3 participants