You need to sign in to do that
Don't have an account?
gtindu
ProcessWorkitemRequest - Reassign with Apex
Is there any way to reassign an approval request with comments? I have found that I can update the ActorId on the ProcessInstanceWorkitem object, however - I cannot update ProcessInstanceStep to include comments...
The Approval.ProcessWorkitemRequest class is useless for reassignment - you can only Approve, Reject, Recall. I have found that if you set the Action to "Reassigned" it will not complain - but you will get the below error when calling it...
core.workflow.process.WorkitemAction cannot be cast to core.workflow.process.ReassignAction
wwre you able to do this?