Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class SingleServerSettings

OptimaJet.Workflow.Core.Runtime.Settings.SingleServerSettings

Provides configuration settings for single-server runtime operation.

public class SingleServerSettings

Inheritance

  • Object

Properties

Name
Type
TimerPeriod #
Int32
Gets or sets the timer polling interval in milliseconds.
TimerMaxSequentialFailCount #
Int32
Gets or sets the number of consecutive timer failures tolerated before timer execution stops.
DoNotRestoreOnStart #
Boolean
Gets or sets whether the startup restore phase is skipped.
MaxDegreeOfParallelismMultiplier #
Int32
Gets or sets the multiplier used to calculate the maximum parallelism.
TimerBatchSize #
Int32
Gets or sets the number of timers fetched for a single tick batch.