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

songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2f3ab18b29 [Doc] fix built-in typo (#14667)
2f3ab18b29 is described below

commit 2f3ab18b29ee358df3776985562a385ce0443238
Author: Gallardot <[email protected]>
AuthorDate: Tue Aug 1 08:56:08 2023 +0800

    [Doc] fix built-in typo (#14667)
    
    Signed-off-by: Gallardot <[email protected]>
---
 docs/docs/en/guide/parameter/built-in.md | 2 +-
 docs/docs/zh/guide/parameter/built-in.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/en/guide/parameter/built-in.md 
b/docs/docs/en/guide/parameter/built-in.md
index 9df7dc991f..a2c50dc0a8 100644
--- a/docs/docs/en/guide/parameter/built-in.md
+++ b/docs/docs/en/guide/parameter/built-in.md
@@ -8,7 +8,7 @@
 | system.biz.curdate              | `${system.biz.curdate}`              | The 
schedule time of the daily scheduling instance, the format is `yyyyMMdd`        
        |
 | system.datetime                 | `${system.datetime}`                 | The 
schedule time of the daily scheduling instance, the format is `yyyyMMddHHmmss`  
        |
 | system.task.execute.path        | `${system.task.execute.path}`        | The 
absolute path of current executing task                                         
        |
-| system.task.instance.id         | `${ssystem.task.instance.id}`        | The 
instance id of current task                                                     
        |
+| system.task.instance.id         | `${system.task.instance.id}`         | The 
instance id of current task                                                     
        |
 | system.task.definition.name     | `${system.task.definition.name}`     | The 
definition name of current task                                                 
        |
 | system.task.definition.code     | `${system.task.definition.code}`     | The 
definition code of current task                                                 
        |
 | system.workflow.instance.id     | `${system.workflow.instance.id}`     | The 
instance id of the workflow to which current task belongs                       
        |
diff --git a/docs/docs/zh/guide/parameter/built-in.md 
b/docs/docs/zh/guide/parameter/built-in.md
index 4de216bc20..dd0c1afab7 100644
--- a/docs/docs/zh/guide/parameter/built-in.md
+++ b/docs/docs/zh/guide/parameter/built-in.md
@@ -8,7 +8,7 @@
 | system.biz.curdate              | `${system.biz.curdate}`              | 
日常调度实例定时的定时时间,格式为 yyyyMMdd       |
 | system.datetime                 | `${system.datetime}`                 | 
日常调度实例定时的定时时间,格式为 yyyyMMddHHmmss |
 | system.task.execute.path        | `${system.task.execute.path}`        | 
当前任务执行的绝对路径                      |
-| system.task.instance.id         | `${ssystem.task.instance.id}`        | 
当前任务实例的ID                        |
+| system.task.instance.id         | `${system.task.instance.id}`         | 
当前任务实例的ID                        |
 | system.task.definition.name     | `${system.task.definition.name}`     | 
当前任务所属任务定义的名称                    |
 | system.task.definition.code     | `${system.task.definition.code}`     | 
当前任务所属任务定义的code                  |
 | system.workflow.instance.id     | `${system.workflow.instance.id}`     | 
当前任务所属工作流实例ID                    |

Reply via email to