Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ifCondition: this might not be needed if the check contains all the information about when the rule should fire.  Otherwise you could put an EL here about something to checkYou can configure a premade check (enum) or a scriptlet or EL (Expression language).  e.g.
    Code Block
    ${!RulesUtils.hasMember(groupName, subjectSourceId, subjectId)}
    
  • then: this is a scriptlet or maybe some built in actionspremade (enum) or scriptlet (EL: expression language).  e.g. thenType is removeMember and groupName is a:b, or a scriptlet:
    Code Block
    ${RulesUtils.removeMember(groupName, subjectSourceId, subjectId}
    

...