You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/01/16 16:45:52 UTC

[incubator-dolphinscheduler-website] branch master updated: * [DS-130][feat] pass global param values when starting new process instance (#268)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 41e7209  * [DS-130][feat] pass global param values when starting new process instance (#268)
41e7209 is described below

commit 41e7209ecb19a14d4f44409a59efa4c72688a575
Author: Dean Wong <wa...@gmail.com>
AuthorDate: Sun Jan 17 00:45:44 2021 +0800

    * [DS-130][feat] pass global param values when starting new process instance (#268)
---
 docs/en-us/1.3.4/user_doc/system-manual.md | 1 +
 docs/zh-cn/1.3.4/user_doc/system-manual.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/en-us/1.3.4/user_doc/system-manual.md b/docs/en-us/1.3.4/user_doc/system-manual.md
index bfc0da5..6a388db 100644
--- a/docs/en-us/1.3.4/user_doc/system-manual.md
+++ b/docs/en-us/1.3.4/user_doc/system-manual.md
@@ -116,6 +116,7 @@ The operation functions of the workflow definition list are as follows:
       * Notification group: select notification strategy||timeout alarm||when fault tolerance occurs, process information or email will be sent to all members in the notification group.
       * Recipient: Select notification policy||Timeout alarm||When fault tolerance occurs, process information or alarm email will be sent to the recipient list.
       * Cc: Select the notification strategy||Timeout alarm||When fault tolerance occurs, the process information or warning email will be copied to the CC list.
+      * Startup paramter: Set or overwrite global paramter values when starting a new process instance.
       * Complement: Two modes including serial complement and parallel complement. Serial complement: within the specified time range, the complement is executed sequentially from the start date to the end date, and only one process instance is generated; parallel complement: within the specified time range, multiple days are complemented at the same time to generate N process instances.
     * For example, you need to fill in the data from May 1 to May 10.
 
diff --git a/docs/zh-cn/1.3.4/user_doc/system-manual.md b/docs/zh-cn/1.3.4/user_doc/system-manual.md
index d8f86a6..6e9bb35 100644
--- a/docs/zh-cn/1.3.4/user_doc/system-manual.md
+++ b/docs/zh-cn/1.3.4/user_doc/system-manual.md
@@ -104,6 +104,7 @@
     * 通知组:选择通知策略||超时报警||发生容错时,会发送流程信息或邮件到通知组里的所有成员。
     * 收件人:选择通知策略||超时报警||发生容错时,会发送流程信息或告警邮件到收件人列表。
     * 抄送人:选择通知策略||超时报警||发生容错时,会抄送流程信息或告警邮件到抄送人列表。
+    * 启动参数: 在启动新的流程实例时,设置或覆盖全局参数的值。
     * 补数:包括串行补数、并行补数2种模式。串行补数:指定时间范围内,从开始日期至结束日期依次执行补数,只生成一条流程实例;并行补数:指定时间范围内,多天同时进行补数,生成N条流程实例。 
   * 补数: 执行指定日期的工作流定义,可以选择补数时间范围(目前只支持针对连续的天进行补数),比如需要补5月1号到5月10号的数据,如下图所示: 
     <p align="center">