ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

task = ecflow.Task("t1")
task.add_trigger( "t2 == active and t4 == aborted" )
task.add_complete( "t2 == complete" )

  • No labels