Class WorkflowProviderCreationOptions
OptimaJet.Workflow.Api.Options.WorkflowProviderCreationOptions
Represents the settings for creating a Workflow Engine IWorkflowProvider.
Namespace: OptimaJet.Workflow.Api.Options
public record WorkflowProviderCreationOptions : IEquatable<WorkflowProviderCreationOptions>Type Hierarchy
- WorkflowProviderCreationOptions Current type
- Implemented interfaces
Properties
public bool DisableWritingProcessTransitionHistory { get; set; } #If set to
true, prevents the Workflow Engine from saving process transition history to the database.public bool WriteSubprocessTransitionHistoryToRootProcess { get; set; } #When enabled, writes the transition history of subprocesses directly into the root process transition history.