Filtering expression rule by last modified by

Hi folks, 

 

I have an application to run system tests on expression rule and I'm trying to send a task to the owner of the failed task. For this i am filtering the rule by last modified, is this the right way: 

 

 

When i test this by hardcoding a value for user, I dont get any result. No error but no result either. Theres no error on the task interface either. 

 

Any help will be appreciated. TIA!!

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi,

    Thank you. I tried this yet I am not getting any output.
    I am using this rule in another rule in the following way:

    local!ruleTestResultObjects:filter(
    rule!ART_filterRuleResultsByLastModified(
    objectTestResult:_,
    lastModifiedBy:ri!username
    ),
    local!allRuleTestResultObjects
    )

    and
    allRuleTestResultObjects contains the list of 'ObjectTestResult' and is giving the result and is not failing

    thanks
Children
No Data