Class TreeSearchFilter
OptimaJet.Workflow.Core.Subprocess.TreeSearchFilter
Specifies the current process and the method of searching in the Process Instances tree
Namespace: OptimaJet.Workflow.Core.Subprocess
public class TreeSearchFilterInheritance
- System.Object
Constructors
public TreeSearchFilter(Guid processId) #Use this constructor when you know ProcessId only
Parameters
Name
Type
Description
processIdGuidProcess 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
processInstanceProcessInstanceProcessInstance , wich will be specified to search
Properties
Name
Type
ProcessId #GuidProcess id, which will be specified to search
StartFrom #TreeSearchStartSpecifies starting point of search something in the Process Instance Tree
ProcessInstance #ProcessInstanceProcessInstance, which will be specified to search
Include #TreeSearchIncludeSpecifies which kind of nodes will be included in search
ActivityName #StringSearches commands outgoing for specific activity, if null the search will be performed for current activity