Support Article
Invalid page error when trying to wrap up Interaction flow
SA-62669
Summary
An error occurs when wrapping up an Interaction flow using a ticket.
Error Messages
Trying to save an invalid page: ** trying to calculate the handle of an instance without a pxObjClass property
Steps to Reproduce
User 1:
- Create a new Interaction using 'Log other contact'.
- Click Submit to access the Interaction driver.
- Select Wrap Up.
- Change the dropdown to route item.
- Route to a workbasket and select 'Return to me'.
- Click submit.
- Retrieve the work item from the workbasket.
- Perform a wrap up.
Root Cause
An issue in the custom application code or rules: Classless newAssignPage is present.
When the flow processing ends, the flow available is cleaned up to start a new flow. The RemoveAssignmentByTicket is used to perform this cleanup activity. The RemoveAssignmentByTicket function invoked the FindAssignment function to check the availability of the newAssignPage. The classless newAssignPage caused the issue.
Resolution
Perform the following local-change:
Remove the classless newAssignPage before setting the ticket.
Published October 13, 2018 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.