UNPKG

flowviz

Version:

A framework which provides seamless integration with other phylogenetic tools and frameworks, while allowing workflow scheduling and execution, through the Apache Airflow workflow system.

8 lines (6 loc) 116 B
var DagRun = new Object({ dagId: String, tasks: Array, execution_order: String, }); module.exports = DagRun;