

# WorkflowGraph
<a name="API_WorkflowGraph"></a>

A workflow graph represents the complete workflow containing all the AWS Glue components present in the workflow and all the directed connections between them.

## Contents
<a name="API_WorkflowGraph_Contents"></a>

 ** Edges **   <a name="Glue-Type-WorkflowGraph-Edges"></a>
A list of all the directed connections between the nodes belonging to the workflow.  
Type: Array of [Edge](API_Edge.md) objects  
Required: No

 ** Nodes **   <a name="Glue-Type-WorkflowGraph-Nodes"></a>
A list of the the AWS Glue components belong to the workflow represented as nodes.  
Type: Array of [Node](API_Node.md) objects  
Required: No

## See Also
<a name="API_WorkflowGraph_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/glue-2017-03-31/WorkflowGraph) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/glue-2017-03-31/WorkflowGraph) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/glue-2017-03-31/WorkflowGraph) 