Versions Compared

Key

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

...

Code Block
languagebash
titleNew Child command, for use in .ecf scripts
step=$(ecflow_client --queue queue_name  active)    # This will return next step from the server and make it active
ecflow_client --queue queue_name complete $step     # Tell the server that step has completed for the given queue
ecflow_client --queue queue_name aborted  $step     # Tell the server that step has aborted for the given queue

...