Salesforce

Scheduler - Configuration File Flags (Magic xpi 4.5)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Scheduler - Configuration File Flags (Magic xpi 4.5)

You can change the behavior of scheduled flows regardless of how they are programmed in the Magic xpi Studio.

Flag

Definition

SchedulerPersistency=

This flag determines whether the Server saves the Scheduler records in a memory table and not in the internal database.

Type Y after the equal sign (=) to save the Scheduler records in a memory table. By default, the flag is set to N.

SchedulerStartupRetainMode=

This flag indicates what type of scheduler records are retained at Server startup:

  • Service: Only records created by services, such as Invoke Flow Delay and Schedule Flow, are retained.

  • Trigger: Only the Scheduler Day, Week, Month, and Interval records are retained.

  • All: Both Services and Scheduler records are retained.

  • None (default): No records are retained.

SchedulerStartupRetainPeriod=

This flag indicates whether past, future, or all records are retained:

  • Past: Retains records with an execution date that is earlier than the current date. If you choose to save past records, when the Server restarts, any past records that have not yet been executed will be executed immediately.

  • Future: Retains records with an execution date that is later than the current date.

  • All (default): Both past and future records are saved.

During runtime, the Server reads both the SchedulerStartupRetainMode= and SchedulerStartupRetainPeriod= flags and determines whether scheduler records should be deleted or saved when the particular Magic xpi Server is restarted. This is necessary when the Magic xpi Server shuts down abnormally, for example if a machine crashes, because some Scheduler records may still exist. You can determine what records to save, if any, so that you can reuse them after a system crash. The scheduler records are saved in a memory table, which in turn is saved in a file called <projectname>.srcv. These flags are in the [MAGIC_IBOLT] section.

For example, if the .ini file contains these two lines in the [MAGIC_IBOLT] section:

SchedulerStartupRetainMode = Service

SchedulerStartupRetainPeriod = Future

When the Server restarts, all records from the previous session of the Server will be deleted except for records created by the Invoke Flow Delay or Schedule Flow utilities and that are set to be executed in the future.

Reference
Attachment 
Attachment