Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Enum NamesSearchType

OptimaJet.Workflow.Core.Runtime.NamesSearchType

Specifies the filtering strategy for action and condition name queries in workflow providers.

public enum NamesSearchType

Fields

All = 0 #
Returns all names registered by the provider, including excluded names.
NotExcluded = 1 #
Returns only names that are not excluded by provider-specific exclusion rules.