cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

V4 - MetaTest for a new rule

mrajih
Super Contributor

Hi,

 

Using the web client on V4, I created a new rule with a new metatest to check the following:

 

If an operation with the attribute "Task Type" set to manual, I shouldn't have any application or system used attached to it.

 

My code so far in the "Test Expression" field does not filter on the manual operations :

 

#######################################

(Task Type="MAN") and (ItemCount(Application)=0)

#######################################

where "Application" is the only  MetaAssociation I can see listed

 

Should I apply the filter elsewhere? Am I using the right Metaassociation ?

 

Thanks

1 Reply

imran_khatyan
MEGA Partner
MEGA Partner

Operation connects to application through system used, or participant assignment as well at-least within the bpmn diagram. Are you trying to connect to a  customized relation. You can always use a simple macro behind a meta-test to check this behavior.