Versions Compared

Key

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

...

  1. Go back to the previous excercise where we finished adding a meter.
  2. Edit the definition file or python to add the modifications. You should only need to add task query.
  3. create file query.ecf to call ecflow_client –query
  4. Replace the suite
    python: python3 test.py ; python3 client.py
    text:      ecflow_client --suspend=/test   ; ecflow_client --replace=/test  test.def
  5. Observe the tasks in ecflow_ui
  6. Modify query.ecf, to use ecflow_client --query variable, and show this variable in the query label. 

    Note

    Although a variable is accessible in the script by using %VAR%, ecflow_client --query variable might be more useful in a interactive shell or a different server


       

...