Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These are trigger expression embedded within the scripts using the --wait child command.

Whilst the expression is not  true, then job will hold

Ecf Script

Add/amend the t2.ecf script


Code Block
title$HOME/course/test/f1/t2.ecf
%include <head.h>
ecflow_client --wait="t1 == complete"
%include <tail.h>

...