Hello,
This was working fine last week...but after a couple of infinite loops in my processflow I'm now getting an error when I try to runs an AGS call to update the status on PA42.
The error is "Changes can't be made until current process flow is complete".
This same error occurs when I go directly to PA42 and try and change the status. I found the section in the PA42PD that is causing the condition to fail..but I'm not sure the best way to fix it....(and why it would break?)
[code]
015665 IF (PAPJR-FC = "C")
015666 AND (PAPJR-FROM-WORKFLOW NOT = "Y")
015667 AND (PAPJR-APPROVAL-FLAG = "N")
015668 AND (PAPJR-CLOSED-DATE = ZEROES)
015669 IF (PAPJR-DESCRIPTION NOT = PJR-DESCRIPTION)
[/code]