Versions Compared

Key

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

...

  1. Make the changes to the suite definition file
  2. Create all the necessary ecf script‘s 
  3. Replace the suite
    python:  python3 test.py; python3 client.py
    text:       ecflow_client --suspend=/test  ;  ecflow_client --replace=/test  test.def
  4. ecflow_ui  has a special window to explain why a task is queued. Select a queued task and press the whyImage Removed icon
         or  
    click on the 'Why tab'
  5. Manually run the task. Examine the log file on disk.

...