Question

Red Alpha
US
Last activity: 21 May 2025 14:47 EDT
Duplicate Case Check Resulting in Broken Process Error
My team and I are working on a case type which included a duplicate check in between the first and second steps of a multistep form. The case type we are working on inherits from another case type in our application due to the highly similar data models. The new case type we are working on routes the multistep form to a work queue for processing and completion. The duplicate check configured in this new case type hinges on two properties, so it's processing should be rather straightforward. However, when I go to test the case type, once I make it through the first step in the multistep form to the duplicate check a Broken Process assignment comes up. When I click "Go" on the Broken Process assignment an error is shown stating "Unauthorized access for the given parameter ID". The case type that this new case type inherits from does not have any issues with is duplicate check. Any ideas on how to debug this or resolve this issue would be greatly appreciated!
Update: I tweaked the duplicate conditions slightly and received a new error message as depicted in dupequestion4.png. Does this error message mean it is trying to reference an Operator record called "Releasers"? Releasers is the name of the work queue the steps in this multistep form are routed to.