Versions Compared

Key

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

...

However sometime we want to invert the event, we want to default value to be set, and a child command to clear it.  This capability has been added to ecFlow 5


Code Block
suite test_events
  family family1
     task a
       # initial value is set, child command is expected to clear
       event myEvent set       
     task b
       trigger a:myEvent == clear
   endfamily
endsuite



Code Block
<head.h> 
... 
ecflow_client --event=myEvent clear
...
<tail.h>