workitem
hi
Have made a rule named getABCowner which would return all owners (users) who have ABC as resource.
Now this rule is called in a if loop (in the else part)
<block name='setGrantorId' trace='true'>
<set name='grantorId'>
<cond>
<neq>
<ref>grantorId</ref>
<s>unknown</s>
</neq>
<ref>grantorId</ref>
<rule name='RuleLibrary LDAP Search:getABCowner'/>
</cond>
</set>
</block>
now on execution of the else part all the users (i mean the complete list of users) found from the rule should get the next level of approval.
Any idea.
Pls help guys

