workflow_dag
function renders a Directed Acyclic Graph (DAG) visualization for a given workflow. This helps you visualize dependencies, execution status, and relationships within the workflow, making it easier to understand and debug complex processes.
workflow
(Workflow): A workflow object representing the process or pipeline to be visualized.title
(str): (Optional) The title displayed above the visualization. Defaults to "Workflow Dependency Graph"
.Dict
: A component containing the DAG visualization data with node information.workflow_dag
:
workflow_dag
?