Skip to main content
Nintex Community Menu Bar

Does the originator of a process see the activity and processinstance datafields and their values??

  • October 6, 2009
  • 2 replies
  • 15 views

Forum|alt.badge.img+2

Hi all i have a unique situation here.

Scenario: A starts a process and assigns a tasks to B & C. Now is their any way for A to get the activity data fields and process instance data fields of the tasks of B & C without impersonating them??

 

I tried for the solution.

to be precise say there is a activity data field in B's task; name = duedate value = 12/01/2009.

I used the sourcode.workflow.management api to work through this problem.

with the actid and procid i get the activity data field "duedate" but i am not able to retrieve its value.

this is where i am struck. 

 

Is there something wrong in my approach or this is how k2 is built. My aim is to avoid impersonation.

I really appreciate if any one can give me a solution for this. I have spent a lot of time on this.

 

 

Thank You 

 

 

 

2 replies

Forum|alt.badge.img+9
  • Nintex Partner
  • October 6, 2009
You can use the OpenProcessInstance call in the SourceCode.Workflow.Client API.  Just make sure the caller has process admin rights.

Forum|alt.badge.img+2

Thank you very much. i think thats the only area i didnt touch, infact completly forgot abt that aspect.


Thanks