Question
Rabobank
SE
Last activity: 13 Oct 2017 5:46 EDT
Clear the Action Queue
I have a List of Action items on click of a button. One of that is a Local Action which should execute based on a condition but the condition is failing.
So i wrote a js to clear the Action queue. But that is script is not even getting executed.
function ClearAction(){
pega.control.actionSequencer.clearQueue();
}
Just a simple script to see if its working. But its not getting executed.
Any idea why and wat might be the reason ?