+
+ +
+

abacusai.workflow_graph_node

+
+

Classes

+ + + + + + +

WorkflowGraphNode

A workflow graph node in the workflow graph.

+
+
+

Module Contents

+
+
+class abacusai.workflow_graph_node.WorkflowGraphNode(client, workflowGraphNode={})
+

Bases: abacusai.return_class.AbstractApiClass

+

A workflow graph node in the workflow graph.

+
+
Parameters:
+
    +
  • client (ApiClient) – An authenticated API Client instance

  • +
  • workflowGraphNode (WorkflowGraphNode) – The workflow graph node object.

  • +
+
+
+
+
+workflow_graph_node
+
+ +
+
+deprecated_keys
+
+ +
+
+__repr__()
+
+ +
+
+to_dict()
+

Get a dict representation of the parameters in this class

+
+
Returns:
+

The dict value representation of the class parameters

+
+
Return type:
+

dict

+
+
+
+ +
+ +
+
+ + +
+