This content has been marked as final.
Show 2 replies
-
1. Re: Hide parts of process from Workspace tracking
Shashank Kapoor Aug 7, 2013 4:52 AM (in response to kaloisio)Process instance data is always preserved in the database. This includes user tasks generated by the process instance before and after the task assigned to Workspace user in context. Workspace client initiates a service call to fetch all tasks generated by a process instance when it is selected in Tracking tab. There is no separate service call to fetch tasks owned by the user for a process instance.
To hide tasks not owned by the user, Workspace code needs to be modified to only show those tasks whose owner matches the user in context.
-
2. Re: Hide parts of process from Workspace tracking
kaloisio Aug 7, 2013 8:48 AM (in response to Shashank Kapoor)Thanks for the answer!

