pega.desktop.getNextWorkItem is invoking different start activity in v6.2 and v7.2
Our project is upgraded from Pega v6.2 to 7.2 and CPM 6.2 to 7.21. GetNextWork is not working in same as it works in v6.2
Same code is used in both the version:
<pega:param name="OnClick" value="pega.desktop.getNextWorkItem(getOperatorID())"/>
While running tracer in both the application version; One difference in identified:
In v6.2 starting activity is Work-!GetNextWorkAssignmentKey whereas in v7.2 starting activity is GetNextWork.