Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
 task = ecflow.Task("t1")

...


 task.add_trigger( "t2 == active and t4 == aborted" )

...


 task.add_complete( "t2 == complete" )