Versions Compared

Key

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

...

The nodes are saved to ECF_HOME/<host>.<port>.ECF_NAME.check, where '/' has been replaced with ':' in ECF_NAME

Note

It should be noted that trigger expressions can determine if a node has been archived using <flag>archived. See the example below.


Usage

  • ecflow_client --archive=/s1                       # archive suite s1
  • ecflow_client --archive=/s1/f1 /s2            # archive family /s1/f1 and suite /s2
  • ecflow_client --archive=force /s1 /s2      # archive suites /s1,/s2 even if they have active tasks

...