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/09/07 13:25:57 UTC

[GitHub] [dolphinscheduler] fuchanghai opened a new pull request, #11837: [fix-#11830]fix doc

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

   
   
   
   ## Purpose of the pull request
   
   fix doc
   
   ## Brief change log
   
   fix doc
   ## Verify this pull request
   
   
   This pull request is code cleanup without any test coverage.
   
   this close #11830 


-- 
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] SbloodyS merged pull request #11837: [fix-#11830]fix doc about sub-process's child node describe

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


-- 
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] caishunfeng commented on a diff in pull request #11837: [fix-#11830]fix doc

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


##########
docs/docs/en/guide/task/sub-process.md:
##########
@@ -36,7 +36,7 @@ Create a shell task to print "hello" and define the workflow as `test_dag01`.
 
 ## Create the Sub_process task
 
-To use the sub_process, you need to create the sub-node task, which is the shell task we created in the first step. After that, as shown in the diagram below, select the corresponding sub-node in position ⑤.
+To use the sub_process, you need to create the sub-node task, which is the workflow we created in the first step. After that, as shown in the diagram below, select the corresponding sub-node in position ⑤.

Review Comment:
   ```suggestion
   To use the sub_process, you need to create the sub-node task, which is the workflow `test_dag01` we created in the first step. After that, as shown in the diagram below, select the corresponding sub-node in position ⑤.
   ```



-- 
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