Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class PersistenceProviderOptions

OptimaJet.Workflow.Core.Persistence.PersistenceProviderOptions

Options for creating an instance of relational persistence provider

public class PersistenceProviderOptions

Inheritance

  • System.Object

Constructors

public PersistenceProviderOptions(string connectionString) #

Parameters

Name
Type
Description
connectionString
String

Properties

Name
Type
ConnectionString #
String
Connection string to connect to the database
SchemaName #
String
Database schema name for workflow persistence objects
WriteToHistory #
Boolean
Should the process transition history be recorded in WorkflowProcessTransitionHistory
WriteSubProcessToRoot #
Boolean
Should the subprocess transition history be written to the root process history in WorkflowProcessTransitionHistory
GlobalCommandTimeout #
Int32
Global timeout for executing commands on the database

Fields

public const bool DefaultWriteToHistory = true #
public const bool DefaultWriteSubProcessToRoot = false #
public const int DefaultGlobalCommandTimeout = 30 #