Workflow Activity do not pass PO from Workflow Process
Description
Ive found out that calling method MWorkflow.runDocumentActionWorkflow(po, docAction); when using REST plugin will not update po Object after method is finished which cause that we return Object with old data. Reproducible on https://demo.globalqss.com/
I found cause of it. Workflow Process is not passing PO to Workflow Activity which cause that Document is Completed but Original PO object have old Data. Constructor MWFActivity (MWFProcess process, int AD_WF_Node_ID) did not pass PO from WFProcess.
Shugested change is to pass PO from MWFProcess in MWFActivity constructor.
Ive found out that calling method MWorkflow.runDocumentActionWorkflow(po, docAction); when using REST plugin will not update po Object after method is finished which cause that we return Object with old data.
Reproducible on https://demo.globalqss.com/
I found cause of it. Workflow Process is not passing PO to Workflow Activity which cause that Document is Completed but Original PO object have old Data.
Constructor MWFActivity (MWFProcess process, int AD_WF_Node_ID) did not pass PO from WFProcess.
Shugested change is to pass PO from MWFProcess in MWFActivity constructor.