Class SchemeItem
OptimaJet.Workflow.Core.Persistence.SchemeItem
Represents a persisted workflow scheme record returned by IPersistenceProvider.GetSchemesAsync(List<(string parameterName, SortDirection sortDirection)>, Paging).
Namespace: OptimaJet.Workflow.Core.Persistence
public class SchemeItemProperties
public string Code { get; set; } #Gets or sets the scheme code that identifies the family of workflow scheme versions.
public string Scheme { get; set; } #Gets or sets the serialized unparsed source scheme.
public bool CanBeInlined { get; set; } #Gets or sets a value indicating whether the workflow scheme can be inlined into another workflow scheme.
public List<string> InlinedSchemes { get; set; } #Gets or sets the codes of the inlinable schemes referenced by the workflow scheme.
public List<string> Tags { get; set; } #Gets or sets the tags assigned to the workflow scheme.