Assembly: OptimaJet.Workflow.Api

Class WorkflowProviderCreationOptions

OptimaJet.Workflow.Api.Options.WorkflowProviderCreationOptions

Represents the settings for creating a Workflow Engine IWorkflowProvider.

public record WorkflowProviderCreationOptions : IEquatable<WorkflowProviderCreationOptions>

Type Hierarchy

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.