SbloodyS commented on code in PR #12265:
URL: https://github.com/apache/dolphinscheduler/pull/12265#discussion_r990717812


##########
docs/docs/en/guide/project/project-list.md:
##########
@@ -2,11 +2,11 @@
 
 This page describes details regarding Project screen in Apache 
DolphinScheduler. Here, you will see all the functions which can be handled in 
this screen. The following table explains commonly used terms in Apache 
DolphinScheduler:
 
-|      Glossary       |                                                        
                                                                                
                description                                                     
                                                                                
                   |
+|      Glossary       | description                                            
                                                                                
                                                                                
                                                                                
                   |
 
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | DAG                 | Tasks in a workflow are assembled in form of Directed 
Acyclic Graph (DAG). A topological traversal is performed from nodes with zero 
degrees of entry until there are no subsequent nodes.                           
                                                                                
                     |
 | Workflow Definition | Visualization formed by dragging task nodes and 
establishing task node associations (DAG).                                      
                                                                                
                                                                                
                          |
-| Workflow Instance   | Instantiation of the workflow definition, which can be 
generated by manual start or scheduled scheduling. Each time the process 
definition runs, a workflow instance is generated.                              
                                                                                
                          |
+| Workflow Instance   | Instantiation of the workflow definition, which can be 
generated by manual start or scheduled scheduling. Each time the workflow 
definition runs, a workflow instance is generated.                              
                                                                                
                          |
 | Workflow Relation   | Shows dynamic status of all the workflows in a 
project.                                                                        
                                                                                
                                                                                
                           |
 | Task                | Task is a discrete action in a Workflow. Apache 
DolphinScheduler supports SHELL, SQL, SUB_PROCESS (sub-process), PROCEDURE, MR, 
SPARK, PYTHON, DEPENDENT ( depends), and plans to support dynamic plug-in 
expansion, (SUB_PROCESS). It is also a separate process definition that can be 
started and executed separately. |
 | Task Instance       | Instantiation of the task node in the process 
definition, which identifies the specific task execution status.                
                                                                                
                                                                                
                            |

Review Comment:
   Can you modify the process definition of the whole file?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to