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).
Namespace: OptimaJet.Workflow.Core.Model
public enum ActivityTypeFields
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.