| 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 or successors 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. 
 | 
| IVirtualFlowGraphNode | 
A virtual node in the flow graph that does not correspond to an existing  WorkflowNode.  
 | 
| IWorkflowFlowAnalysis | 
 Interface for querying info about the control and data flow of a workflow process. 
 | 
| IWorkflowNodeFlowAnalyzer<TData> | 
 Analyzes how a workflow node can be executed, in a manner similar to solving data flow equations. 
 |