Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Don't imply a rule has one action in an action block

...

  • "Select when"
    • First control of logic, when this event assures do ....
  • "pre block"
    • used to make calculations for the if then conditions
  • "action block"
    • This block can include an if then statement.
    • if this condition is met do this actionsome combination of actions.
    • actions can be include sending directives or events, things that have to happen as a result of this event. 
  • "post block"

    • This block can be, always, fired, notfired, else.

    • this is where you set entity variables 

...