We have a user action that invokes an Update RequestAction (PWWChangeRequest) as an exit rule. The RequestAction initiates an IPA called FTEChangeRequestPWW.
Everything is working as far as the exit rule invoking the RequestAction and the RequestAction triggering the IPA. However the IPA is failing immediately at our first Landmark Transaction Get Node with an error that the ActionRequest does not exist.
When I look at the ActionRequest business class a record of the ActionRequest is created each time the action is triggered. Which leads me to believe something is wrong with the IPA configuration.
Any help troubleshooting this would be appreciated!
Update RequestAction
Landmark Transaction String
_dataArea="<!appProdline>" & _module="hr" & _objectName="WorkAssignment" & _actionName="FindMergedPWWChangeRequest" & _actionOperator="NONE" & _actionType="SingleRecordQuery" & _runAsUser="" & _pageSize="30" & ActionRequest="<!ActionRequest>" & BusinessAction & HROrganization & WorkAssignment & Employee & WorkAssignment_action_comment & RequestedBy & RequesterWorkPhone & RequesterEmail & EmployeeName & WorkAssignment_effective_date & PWWFTE & PWWWorkType & PWWActionReason & PWWEffectiveDate & PWWPayRate & PWWComments
Error Log