I need update one value from TaskData preserving the remaining values
the pub.task.taskclient:searchTasks service get current TaskData
TaskData contains 3 Custom Objects
Obj1
attrib1 = 111
attrib2= 222
Obj2
attrib1 = 1324524511
attrib2= 2256222356
Obj3
attrib1 = dfghdfgh
attrib2= 225dfgh6222356
I need update Obj1—attrib1, preserving the remaining objets and attributes
…for example change value to attrib1 = 6
The pub.task.taskclient:updateTask service works by changing the value, but does not preserve the rest.
Any idea?
Thanks!