Question
pega.u.d.processAction()
Hi everyone,
I am currently working on launching a Flow Action from javascript. I have learned so far to use the...
pega.u.d.processAction('mySection', '','Rule-Obj-FlowAction','','',true,this,'','',this);
...function for this, yet struggle to find a documentation to customize the function via parameters.
The parameters set in this function are copied from another PEGA Community post and dont fully fulfill my requirements.
Thanks in advance!
***Edited by Moderator: Lochan to update platform capability tags***
Hi,
Here's the function definiton of process Action
processAction(taskStatus, taskIndex, streamType, prevTaskIndex, prevTaskStatus, bIsModal, event, modalSection, urlObj, reloadElement, bCalledFromGrid, modalStyle, callbackObj, options, bIsDisableClickaway) {
}