Skip to main content

Is there a smartobject that will allow us to share a task with another user? If so, which one is it? I don't want to use management for this as I'd like to automate the sharing of tasks through a form.

Hi,


 


Perhaps you can use the Task system smartobject (SystemManagementUsersSmartObjects) GetWorklistItem and DelegateWorklistItem methods to achieve this.


 


 


Hi, 

 

Thank you for your answer but do you know how to use DelegateWorklistItem ?

All parameters is required...

Ok we can find the half with GetWorklistItem but how can we find ActInDestID,ActionName (if is empty) ? 

 

Or

All is in GetWorklistItem and we just have to change Destination parameter?

 

Best regards



Activity Instance Destination ID can be found by using the ActivityInstanceDestination smartobject. You can also derive this from the K2 Serial Number, which follows the format ProcessInstanceID_ActivityDestinationInstIanceID

Reply