XiaoMi / thain

Thain is a distributed flow schedule platform.
https://xiaomi.github.io/thain
Apache License 2.0
81 stars 29 forks source link

Global variables #107

Open liangyongrui opened 4 years ago

liangyongrui commented 4 years ago
  1. [x] 全局变量视为一个 job name 为g的任务产生的结果
  2. [ ] Built-in Global dynamic variables: like date, time ...
    • g_xxx
  3. [ ] Administrators can customize global variables in the management page
  4. [x] flow 执行时候的临时变量,也存在全局中,并且覆盖之前指定的全局变量 #80