| FlowGraphFilter | 
 Filter for the nodes and edges of a workflow node flow graph, used when a traversal operation is performed on a flow
 graph, such as when computing the predecessors of a given node. 
 | 
| FlowGraphFilter.Backward | 
 | 
| FlowGraphFilter.Forward | 
 | 
| FlowGraphFilter.Generic | 
 | 
| ICreateFlowGraphContext<TElement extends IWorkflowNodeTypeProviding> | 
 | 
| IFlowGraphEdgeData | 
 | 
| IFlowGraphEdgeDataBuilder | 
 | 
| IFlowGraphEdgeDataConfigurator | 
A consumer that accepts a  builder for an edge to be added to the flow graph, and
 configures the  edge data as required.  
 | 
| IFlowGraphFilterInstance | 
 Filter for the nodes and edges of a workflow node flow graph,to exclude some existing nodes or edges. 
 | 
| ITaskFlowAnalysis | 
 Represents the result of analyzing a workflow task. 
 | 
| ITaskFlowAnalysisData | 
 Base data with the result of analyzing a workflow task, without analysis operations. 
 | 
| IWorkflowFlowAnalysis | 
 Interface for querying info about the control and data flow of a workflow process. 
 | 
| IWorkflowNodeFlowAnalyzer<TData> | 
 Can perform an analysis of how a workflow task is executed, such as solving data flow equations for certain problems. 
 |