You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/06/23 11:24:46 UTC

[GitHub] [dolphinscheduler] stalary opened a new pull request, #10581: [Fix-9949]: Add run the task alone doc.

stalary opened a new pull request, #10581:
URL: https://github.com/apache/dolphinscheduler/pull/10581

   ## Brief change log
   
   Add run the task alone doc.
   
   - close https://github.com/apache/dolphinscheduler/issues/9949


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zhongjiajie commented on pull request #10581: [Fix-9949]: Add run the task alone doc.

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on PR #10581:
URL: https://github.com/apache/dolphinscheduler/pull/10581#issuecomment-1165359940

   I add some change here and hope you do not mind @stalary , and there is a little tips for docs you can see in https://github.com/apache/dolphinscheduler/pull/10581#discussion_r905860608 and https://github.com/apache/dolphinscheduler/pull/10581#discussion_r905858050. Looking forward your further contribution


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zhongjiajie merged pull request #10581: [Fix-9949]: Add run the task alone doc.

Posted by GitBox <gi...@apache.org>.
zhongjiajie merged PR #10581:
URL: https://github.com/apache/dolphinscheduler/pull/10581


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] stalary commented on pull request #10581: [Fix-9949]: Add run the task alone doc.

Posted by GitBox <gi...@apache.org>.
stalary commented on PR #10581:
URL: https://github.com/apache/dolphinscheduler/pull/10581#issuecomment-1165465133

   > I add some change here and hope you do not mind @stalary , and there is a little tips for docs you can see in [#10581 (comment)](https://github.com/apache/dolphinscheduler/pull/10581#discussion_r905860608) and [#10581 (comment)](https://github.com/apache/dolphinscheduler/pull/10581#discussion_r905858050). Looking forward your further contribution
   
   Thanks,I will bring more contributions~


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zhongjiajie commented on a diff in pull request #10581: [Fix-9949]: Add run the task alone doc.

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on code in PR #10581:
URL: https://github.com/apache/dolphinscheduler/pull/10581#discussion_r905857613


##########
docs/docs/en/guide/project/workflow-definition.md:
##########
@@ -91,6 +91,15 @@ The following are the operation functions of the workflow definition list:
 
   > Parallel mode: The tasks from 9th May to 10th May execute simultaneously, and the process instance page generates 2 process instances;
 
+## Run the task alone
+- Right-click the task and click the "Start" button (only online tasks can be clicked to run)
+
+![workflow-task-run](../../../../img/new_ui/dev/project/workflow-task-run.png)
+
+- The startup parameter setting dialog box is displayed, and the parameter description is the same as run the workflow

Review Comment:
   ```suggestion
   - The startup parameter setting dialog box is displayed, and the parameter description is the same as [run the workflow](#run-the-workflow)
   ```



##########
docs/docs/en/guide/project/workflow-definition.md:
##########
@@ -91,6 +91,15 @@ The following are the operation functions of the workflow definition list:
 
   > Parallel mode: The tasks from 9th May to 10th May execute simultaneously, and the process instance page generates 2 process instances;
 
+## Run the task alone
+- Right-click the task and click the "Start" button (only online tasks can be clicked to run)

Review Comment:
   ```suggestion
   
   - Right-click the task and click the "Start" button (only online tasks can be clicked to run)
   ```



##########
docs/docs/en/guide/project/workflow-definition.md:
##########
@@ -91,6 +91,15 @@ The following are the operation functions of the workflow definition list:
 
   > Parallel mode: The tasks from 9th May to 10th May execute simultaneously, and the process instance page generates 2 process instances;
 
+## Run the task alone
+- Right-click the task and click the "Start" button (only online tasks can be clicked to run)
+
+![workflow-task-run](../../../../img/new_ui/dev/project/workflow-task-run.png)
+
+- The startup parameter setting dialog box is displayed, and the parameter description is the same as run the workflow

Review Comment:
   If there is some existing content on the same page, we should better use the anchor in English version docs. PS: but I find the anchor does not work in Chinese docs, and i do not know why



##########
docs/docs/zh/guide/project/workflow-definition.md:
##########
@@ -92,6 +92,15 @@
 
     > 并行模式:同时执行 5 月 9 号到 5 月 10 号的任务,同时在流程实例页面生成两条流程实例。
 
+## 单独运行任务
+- 右键选中任务,点击"启动"按钮(只有已上线的任务才能点击运行)

Review Comment:
   ```suggestion
   
   - 右键选中任务,点击"启动"按钮(只有已上线的任务才能点击运行)
   ```



##########
docs/docs/en/guide/project/workflow-definition.md:
##########
@@ -91,6 +91,15 @@ The following are the operation functions of the workflow definition list:
 
   > Parallel mode: The tasks from 9th May to 10th May execute simultaneously, and the process instance page generates 2 process instances;
 
+## Run the task alone
+- Right-click the task and click the "Start" button (only online tasks can be clicked to run)

Review Comment:
   We should better add a new blank line betweern title and content



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org