Enum SubprocessInOutDefinition
OptimaJet.Workflow.Core.Model.SubprocessInOutDefinition
Specifies whether a TransitionDefinition with TransitionDefinition.IsFork set to true starts or finalizes a subprocess, or whether Workflow Engine determines that role from the transition's position in the ProcessDefinition.
Namespace: OptimaJet.Workflow.Core.Model
public enum SubprocessInOutDefinitionFields
Auto = 0 #Indicates that Workflow Engine determines whether the associated TransitionDefinition starts or finalizes a subprocess from its position in the ProcessDefinition.
Start = 1 #Indicates that the associated TransitionDefinition starts a subprocess.
Finalize = 2 #Indicates that the associated TransitionDefinition finalizes a subprocess.