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 TreeSearchFilterConstructors
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
public Guid ProcessId { get; set; } #Process id, which will be specified to search
public TreeSearchStart StartFrom { get; set; } #Specifies starting point of search something in the Process Instance Tree
public ProcessInstance ProcessInstance { get; set; } #ProcessInstance, which will be specified to search
public TreeSearchInclude Include { get; set; } #Specifies which kind of nodes will be included in search
public string ActivityName { get; set; } #Searches commands outgoing for specific activity, if null the search will be performed for current activity