The workflow_topology package#

Summary#

data_connection

DataConnection.

exposed_pin

ExposedPin.

operator_connection

OperatorConnection.

workflow_topology

WorkflowTopology.

DataConnection

Represents a connection between a data and an operator in a workflow.

ExposedPin

Represents an exposed input or output pin in a workflow.

OperatorConnection

Represents a connection between two operators in a workflow.

WorkflowTopology

Represent the workflow topology, including operators, connections, and input/output pins.

Description#

Workflow topology module.