Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TreeSearchFilter

OptimaJet.Workflow.Core.Subprocess.TreeSearchFilter

Specifies the current process and the method of searching in the Process Instances tree

public class TreeSearchFilter

Inheritance

  • System.Object

Constructors

public TreeSearchFilter(Guid processId) #
Use this constructor when you know ProcessId only

Parameters

Name
Type
Description
processId
Guid
Process id, which will be specified to search
public TreeSearchFilter(ProcessInstance processInstance) #
Use this constructor when you have an access to a ProcessInstance

Parameters

Name
Type
Description
processInstance
ProcessInstance
ProcessInstance , wich will be specified to search

Properties

Name
Type
ProcessId #
Guid
Process id, which will be specified to search
StartFrom #
TreeSearchStart
Specifies starting point of search something in the Process Instance Tree
ProcessInstance #
ProcessInstance
ProcessInstance, which will be specified to search
Include #
TreeSearchInclude
Specifies which kind of nodes will be included in search
ActivityName #
String
Searches commands outgoing for specific activity, if null the search will be performed for current activity