ecFlow学习笔记02.4.1 —— Label

目录

该教程的最新版已发布在GitHub上,请访问ecflow-tutorial-cn

这是 ecFlow 教程的一部分,完整教程请参看《ecFlow学习笔记02 —— 教程

    • *有时需要使用 ecflowview 查看任务的特殊信息,这就需要用到 label。label 是与 task 关联的字符串,可以使用 {shell}ecflow_client –label{/shell} 命令更新。

ecf 脚本

创建新的 family f3 和它的一个 task t1。
创建相应的 ecf script,位于 {shell}$HOME/course/test/f3/t1.ecf{/shell}

suite definition

下面的代码中省略之前的 family f1 和 family f2。

文本方式

Python方式

任务

  1. 修改 suite definition 文件或者 python 脚本
  2. 创建新的 ecf script 文件 {shell}$HOME/course/test/f3/t1.ecf{/shell}
  3. 替换 suite definition
  4. 观察 ecflowview

词汇表

task
ecflowview
label
child command
ecflow_client
ecf script
ecflow.Label
suite definition