Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Enum TreeSearchInclude

OptimaJet.Workflow.Core.Subprocess.TreeSearchInclude

Specifies which kind of nodes will be included in search

public enum TreeSearchInclude

Fields

AllDownIncludeStartPoint = 0 #
All children nodes and start point
AllUpIncludeStartPoint = 1 #
All parent nodes and start point
OnlyStartPoint = 2 #
Only start point
AllDownExcludeStartPoint = 3 #
All children nodes
AllUpExcludeStartPoint = 4 #
All parent nodes