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 »

task2 = ecflow.Task("t2")
task2.add_defstatus( ecflow.DState.complete );
task2.add_autocancel( 3 ) # 3 days
t3 = ecflow.Task("t3")
t3.add_autocancel( 20,10,True ) # hour, minutes, relative

  • No labels