-
Bug
-
Resolution: Done
-
Major
-
7.6.0.GA
-
All Environments
-
2020 Week 13-15 (from Mar 23), 2020 Week 16-18 (from Apr 13), 2020 Week 19-21 (from May 4)
I am writing the custom TaskListener by implementing TaskLifeCycleEventListener interface and overriding the afterTaskActivatedEvent method. afterTaskActivatedEvent method is never getting called during the runtime.
issue was discussed with Redhat Technical support.
public class Listener implements TaskLifeCycleEventListener{
@Override
public void afterTaskActivatedEvent(TaskEvent event)
}