Versions Compared

Key

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

...

In order to use labels you have to first define the label in the suite definition file, e.g.

Code Block
suite x
   family f
     task t
        label foo ""

foo is the "name" of the label and the empty string is the default value of the label (the value shown when the suite begins). After the command begins it looks like:
 
In an ecFlow job file you can then modify your task to change the label while the job is running, e.g.

...