Execution-specific commands¶
These commands are used in the Task Description section of the ED.
They allow the definition of the different tasks to execute when the experiment reaches a specific state.
For more examples on using these commands, refer to the tutorials here.
| Command | Description |
|---|---|
| whenAll | Execute a given block of commands when all the resources in the experiment reach a given state. |
| whenAllUp | Execute a given block of commands when all the resources in the experiment reach the Up state. |
| whenAllInstalled | Execute a given block of commands when all the resources in the experiment reach the Installed state, i.e. when all their associated applications are installed and ready to be executed. |
| every | Execute a given block of commands periodically. |
| Experiment.done | Conclude the experiment. |