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