Task smartobject RedirectWorkListItem

  • 28 February 2019
  • 2 replies
  • 31 views

Hello,

 

Can someone please help, I need to do a manual task redirect and I would like to know where I can get required information as per the RedirectWorkListItem method on the Task SmartObject, Please see below screen of the required information.

 

 

thanks.

 


17120i1D2EFA8A9FC92D8B.png


2 replies

Badge +15

ActionerName should refer to the user that got assigned the task originally.


Destination should refer to the user you want to redirect the task to.


ProcInstID refers to the Process Instance ID.


ActInstDestID refers to Activity Instance Destination ID.


ID refers to the ID of the task (not to be confused with serial number).


 


For ProcInstID, ActInstDestID and ID, you should be able to retrieve it from the Task's GetWorklistItems method. The Destination and ActionerName you have to fill it in yourself. The ActionerName you must fill in the current Destination of the task. Then for Destination, you fill in the user you want to redirect the task to.


 


 

hi boringNerd, 

 

thanks for the reply , but now the issue is that the getWorkList method has a regular filter,

 

see screenshot

 

thanks again


Reply