Question

Rabo
NL
Last activity: 16 Jun 2025 10:04 EDT
Route to worklist from workbasket on assignment open in constellation
Hello,
We have a requirement to move the assignment from workbasket to worklist upon opening the case in constellation. So added a pre-processing activity to call OOTB 'MoveToWorklist' on flow action and the assignment is being routed successfully. But unable to perform the assignment as an error pops up while filling form.
Error: Another requestor has updated the Case since it was last read. Please refresh the form and resubmit your changes.
Traced the use case on click of 'Go' of assignment, AcquireWorkObject is being called first and opening the assignment from workbasket. Later the MoveToWorklist activity gets triggered. Hence, even though the assignment is routed to worklist, not able to perform the assignment as it is not refreshed. Had to close and open the assignment manually to open the correct assignment.
Do we have an option to trigger refresh in constellation? How to achieve this on opening the assignment? Note: GetNextWork functionality first moves the case to worklist and then calls acquireWorkObject which opens the assignment. But in my case, it is the other way.
Thank you,
Hanisha