Add gated workflow execution tree

This commit is contained in:
2025-12-27 04:16:10 +00:00
parent 04375a9389
commit a047dd9d4d
3 changed files with 99 additions and 71 deletions

View File

@@ -60,11 +60,6 @@ private:
* @brief Execute a single job
*/
bool executeJob(const WorkflowJob& job);
/**
* @brief Resolve job dependencies (needs)
*/
QStringList resolveJobOrder(const Workflow& workflow) const;
};
} // namespace core