Versions Compared

Key

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

...

Code Block
themeConfluence
languagejavascript
if ent:archive_pages > 3 then 
notify(...)

Deprecated

Info
titleDeprecated

The following are deprecated and should not be used. 

Persistent flags and counters can also be tested with an associated timeframe. For example, the following action will fire when persistent variable ent:archive_pages is greater than 3 and the last time it as set was within the last two hours:

Code Block
themeConfluence
languagejavascript
if ent:archive_pages > 3 within 2 hours then
notify(...) 

...