Class PersistenceProviderOptions
OptimaJet.Workflow.Core.Persistence.PersistenceProviderOptions
Options for creating an instance of relational persistence provider
Namespace: OptimaJet.Workflow.Core.Persistence
public class PersistenceProviderOptionsInheritance
- System.Object
Constructors
public PersistenceProviderOptions(string connectionString) #Parameters
Name
Type
Description
connectionStringStringProperties
Name
Type
ConnectionString #StringConnection string to connect to the database
SchemaName #StringDatabase schema name for workflow persistence objects
WriteToHistory #BooleanShould the process transition history be recorded in WorkflowProcessTransitionHistory
WriteSubProcessToRoot #BooleanShould the subprocess transition history be written to the root process history in WorkflowProcessTransitionHistory
GlobalCommandTimeout #Int32Global timeout for executing commands on the database