Skip to main content
devarnenis2638
March 21, 2025
Question

Maintenance Mode

  • March 21, 2025
  • 5 replies
  • 0 views

We have few process model to trigger with email, these process models are triggering even if we activate maintenance window in admin console. 

What can we do to hold these mails to trigger the process model until maintenance window is deactivated. We can use gateway/is deployment flag constants to divert the flow, can we do anything other than this

5 replies

mathieud0001
March 21, 2025

I would suggest you build your own Maintenance window app that updates a constant or DB. You can then use that in a condition in your process model.

March 21, 2025

We can use deployment flag constant (TRUE/ FALSE) in Process Model Advanced settings. Where you update either True or False based on your requirement.

In Process Model -> Start Node-> Timer -> Click on Show Advanced Options and then you can configure either through New Condition or New Expression.

or else you can try as suggested by [mention:f5e81b8502fa4e77ad12697686a4fc56:e9ed411860ed4f2ba0265705b8793d05] .

Thank you..!

devarnenis2638
March 21, 2025

This is fine but do we have any other options to make changes in the server, so that the recieved mails will hold untill we deactivate the maintenance window and then that mails will be sent to Process Model after the Maintenance to trigger the instances

[mention:0ab0f4b5131345399768f1d765093aa2:e9ed411860ed4f2ba0265705b8793d05] [mention:f5e81b8502fa4e77ad12697686a4fc56:e9ed411860ed4f2ba0265705b8793d05] 

mathieud0001
March 21, 2025

Not sure what the setup is, but you would have to pause the email sending while you are doing maintenance.

A better way to do this would be to poll an email address. This way you can just pause the polling during maintenance. When you resume, it'll pick up all the emails that were sent during maintenance.