Assembly: OptimaJet.Workflow.Core

Enum ActivityType

OptimaJet.Workflow.Core.Model.ActivityType

Specifies whether an ActivityDefinition represents an activity defined directly in a process scheme (ActivityType.Ordinary) or an inline activity placeholder (ActivityType.Inline).

public enum ActivityType

Fields

Ordinary = 0 #
Identifies an activity defined directly in a process scheme.
Inline = 1 #
Identifies an inline activity placeholder that is replaced, when the containing ProcessDefinition is built, by the contents of the process scheme referenced by IInlineActivity.SchemeCode.