...
Code Block | ||||
---|---|---|---|---|
| ||||
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 |
...