how to use "ProcessCriteriaFilter" to filter process

  • 6 August 2010
  • 3 replies
  • 1 view

Badge +2

hello,


  i want to filter the process via a 'data field' which defined in the process level.but l do not know how use the following method.



public Processes GetProcesses( 
   ProcessCriteriaFilter filter,
   int procSetID
)


anybody can tell me how to use? 


thanks.


3 replies

Badge +2

sorry , it should be 'ProcessInstanceCriteriaFilter' , i want to filter process instance. the API is :


 


GetProcessInstancesAll(ProcessInstanceCriteriaFilter filter)


 


 


thanks!

Badge +6

This is already answered. Refer to http://www.k2underground.com/forums/p/8938/26915.aspx

Badge +2

thanks, i feel the k2 API is not easy to use, and many of them very confused.

Reply