Global Property : glide.workflow.timer.upgrade_safe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2023 12:35 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 02:30 AM
Hi Ashish, have you got any solution for property glide.workflow.timer.upgrade_safe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 03:54 AM
No 👎 did you get any update from your architects .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 01:21 PM
@Ashish Mane1 no updates .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 11:22 AM
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