Versions Compared

Key

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

...

  • ecflow_client --query state /path/to/node                                                                           # return node state to standard out
  • ecflow_client --query dstate /path/to/node                                                            # state that can includes suspended
  • ecflow_client --query event /path/to/task/with/event:event_name         # return set | clear to standard out
  • ecflow_client --query meter /path/to/task/with/meter:meter_name   # returns the current value of the meter to standard out
  • ecflow_client --query variable /path/to/task/with/var:var_name            name             # returns the variable value to standard out
  • ecflow_client --query trigger /path/to/node/with/trigger \"/suite/task == complete\"   # return true if expression evaluates false otherwise

...