Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update for Node engine/KRL

...

Code Block
languagejavascript
themeConfluence
fired {
 ent:page_count +:= 2 from 1ent:page_count + 2 if sunny()
} 

On Final

The on final guard condition ensures that the postlude statement will only fire on the final time through the rule. Normally on final is used inside a foreach loop. 

...