-
Bug
-
Resolution: Done
-
Major
-
7.11.1.GA
-
After process instance is migrated to RHPAM 7.11.1 (from BPMS 6.4.11) the list of timers for the process instance contain additional invalid timer marked as [SLA]... with session id equal 0.
The result of the following endpoint:
GET /kie-server/services/rest/server/admin/containers/example:case03200412:1.0/processes/instances/6/timers HTTP/1.1
{}will be:
{
{ "name" : "[SLA]do something", "id" : 0, "timer-id" : 0, "activation-time" : null, "last-fire-time" : null, "next-fire-time" : null, "delay" : 0, "period" : 0, "repeat-limit" : 0, "process-instance-id" : 0, "session-id" : 0 }
"timer-instance" : [, {
{ "java.util.Date" : 1652129630737 }
"name" : "",
"id" : 1,
"timer-id" : 1,
"activation-time" :,
{ "java.util.Date" : 1665424800000 }
"last-fire-time" : null,
"next-fire-time" :,
"delay" : 13295169263,
"period" : 0,
"repeat-limit" : 0,
"process-instance-id" : 6,
"session-id" : 15
} ]After process instance is migrated to RHPAM 7.11.1 (from BPMS 6.4.11) the list of timers for the process instance contain additional invalid timer marked as [SLA] ... with session id equal 0. The result of the following endpoint: GET /kie-server/services/rest/server/admin/containers/example:case03200412:1.0/processes/instances/6/timers HTTP/1.1 { } will be: { "timer-instance" : [ { "name" : "[SLA]do something", "id" : 0, "timer-id" : 0, "activation-time" : null, "last-fire-time" : null, "next-fire-time" : null, "delay" : 0, "period" : 0, "repeat-limit" : 0, "process-instance-id" : 0, "session-id" : 0 } , { "name" : "", "id" : 1, "timer-id" : 1, "activation-time" : { "java.util.Date" : 1652129630737 } , "last-fire-time" : null, "next-fire-time" : { "java.util.Date" : 1665424800000 } , "delay" : 13295169263, "period" : 0, "repeat-limit" : 0, "process-instance-id" : 6, "session-id" : 15 } ]
-
False
-
None
-
False
-
Release Notes
-
-
-
-
-
-
CR1
-
?
-
Workaround Exists
-
-
-
---
-
---
-
2022 Week 17-19 (from Apr 25), 2022 Week 20-22 (from May 16), 2022 Week 23-25 (from Jun 6), 2022 Week 26-28 (from Jun 27), 2022 Week 29-31 (from Jul 18), 2022 Week 32-34 (from Aug 8)
This timer is created when executing process migrated from BPMS 6.4 containing human task with boundary timer.
- is cloned by
-
JBPM-10078 Non-existing [SLA]... timer with session id=0 shown when using REST API to list all available timers in migrated process instance
-
- Resolved
-