Global Property : glide.workflow.timer.upgrade_safe

Manikanta_123
Tera Contributor

Manikanta_123_0-1688455936523.png

Hello Guys,

 

in workflow timer activity , there is one field with one property " glide.workflow.timer.upgrade_safe " which is mentioned as run during upgrade if it's value is true but property is not available in system properties . Let me know if you know about this property and it's purpose

8 REPLIES 8

Hi Ashish, have you got any solution for property glide.workflow.timer.upgrade_safe.

 

No 👎 did you get any update from your architects .

Mani A
Tera Guru

@Ashish Mane1 no updates . 

Chandan Kasera
ServiceNow Employee
ServiceNow Employee

As per my understanding:

This is a way to provide the ability to flag workflow timers as upgrade safe with either:
a) the global property 'glide.workflow.timer.upgrade_safe' property, defaulted to 'false'. When set to true, all workflow timers will continue to run during the upgrade.
b) a new "Run during upgrade" activity variable on the Timer activity with three options: Always, Never, and "If global property is true (glide.workflow.timer.upgrade_safe)". 

The default is property value.  If an author has explicitly chosen either "Always" or "Never", it should be honored over the global property. if the value is property/None, the property controls the Timer's behavior