workflow.graph.validate.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/workflow > Graph > validate

Graph.validate() method

Verify that the graph is a valid dag (no cycles)

Signature:

validate(): void;

Returns:

void

Exceptions

  • if graph is cyclic

Contents

  1. 1Graph.validate() method
  2. 2Exceptions