Process model (scheduler) runs automatically after a deployment on other environment

Certified Senior Developer

I am working on a scheduler which will run at4:00 AM daily.

but when i deploy the process model object to test enviroment it ran automatically first and later on schduled time.

So how can we manage this scenario so that the scheduler will run only at the scheduled time.

Many thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    When deploying a scheduled process to another environment, we ensure that the constant, which has unique values for each environment  is deployed alongside it. We set the constant to false in the Customization File and then manually switch it back to true on the destination server after import. Alternatively, we can redeploy the constant set to true if needed.

    Additionally, we can also develop an "Admin Page" for easy management of constant values. Most of start condition constants are included here, enabling to toggle them on and off through a user-friendly GUI, ensuring the processes behave as expected.

Reply
  • 0
    Certified Lead Developer

    When deploying a scheduled process to another environment, we ensure that the constant, which has unique values for each environment  is deployed alongside it. We set the constant to false in the Customization File and then manually switch it back to true on the destination server after import. Alternatively, we can redeploy the constant set to true if needed.

    Additionally, we can also develop an "Admin Page" for easy management of constant values. Most of start condition constants are included here, enabling to toggle them on and off through a user-friendly GUI, ensuring the processes behave as expected.

Children
No Data