Skip to main content

Hi All,


What exactly is the use of the WorkListCriteria class in K2ROM namespace ?


Thanks and Regards

Hi SourceCode,


WorklistCriteria is used with the OpenWorklist method to Sort or Filter or certain ProcessInstance fileds. You can find more information on this in Module 7 of the training material.


Regards


Gert


Another way to think of the WorklistCriteria is as a way to programatically build a dynamic worklist query, much like one might do with a SQL statement.  However the WorklistCriteria is a programatic/API approach, as opposed to SQL syntax.


This is generally used in environments where the out-of-box K2 worklists, or regular K2ROM OpenWorklist() method, does not provide enough visibility or granularity.


Hi All,


Thanks a lot for replying.


Reply