EpiModel / slurmworkflow

Home Page:https://epimodel.github.io/slurmworkflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow network workflows

AdrienLeGuillou opened this issue · comments

currently a workflow is a sequence of steps

could I have multiple steps with dependencies where as many steps are run at once as possible?

This requires:

  • a true dependency system
  • a true tracking of steps status (waiting, active, done)
  • a way to avoid QoL limits crashes
  • a recovery system (restart last step after crash)