...
Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
|
if ent:archive_pages > 3 then
notify(...) |
Deprecated
Info |
---|
|
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 |
---|
theme | Confluence |
---|
language | javascript |
---|
|
if ent:archive_pages > 3 within 2 hours then
notify(...) |
...