cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

How to update reassign history by using reassign utility

ptc-3953915
1-Newbie

How to update reassign history by using reassign utility

Hi, I am working on one customization to reassign the task of ECR but when I do reassing using this code

WfAssignedActivity assignedAct = (WfAssignedActivity) workItem.getSource().getObject();

if(assignedAct != null)

WorkflowHelper.service.reassignActivity(assignedAct, principal);

this will not update the Reassign history can you please help me how I can update the reassign history

0 REPLIES 0
Top Tags