...
Code Block |
---|
suite test_queue
family f1
queue q1 1 2 3 4 5 6 7
task t
endfamily
family f2
task a
queue q2 1 2 3
task b
trigger /test_queue/f1:q1 > 1 # notice that queue name is accessible to the trigger
task c
trigger /test_queue/f2/a:q2 > 1
endfamily
endsuite |
...
Code Block | ||||
---|---|---|---|---|
| ||||
step=$(ecflow_client --queue queue_name active) # This will return next step formfrom the server and make it active ecflow_client --queue queue_name complete $step # Tell the server that step has #completed completefor the currentgiven active stepqueue ecflow_client --queue queue_name aborted $step # Tell the server that #step tellhas serveraborted thatfor currentthe stepgiven failed.queue |