-
Bug
-
Resolution: Done
-
Major
-
7.11.1.GA
-
- Red Hat Process Automation Manager (RHPAM) 7.11.1
-
False
-
False
-
-
-
-
-
-
CR1
-
+
-
2021 Week 43-45 (from Oct 25)
When implementing TaskLifeCycleEventListener interface the following behaviour is observed:
1. beforeTaskAddedEvent --> task_status = null
2. afterTaskAddedEvent --> task_status = Ready (or Reserved when autoclaim)3. beforeTaskActivatedEvent --> task_status = Ready (or Reserved when autoclaim)
4. afterTaskActivatedEvent --> task_status = Ready (or Reserved when autoclaim)From the above, the task status "Created" is not shown at all. However, the expected behaviour would be:
1. beforeTaskAddedEvent --> task_status = null
2. afterTaskAddedEvent --> task_status = Created3. beforeTaskActivatedEvent --> task_status =Created
4. afterTaskActivatedEvent --> task_status = Ready (or Reserved when autoclaim)
- is cloned by
-
JBPM-10065 Event types in the TaskLifeCycleEventListener interface do not match with human task life cycle status
-
- Resolved
-