Help Center/ MapReduce Service/ Developer Guide (LTS)/ Oozie Development Guide (Security Mode)/ Developing the Project/ Example Codes/ workflow.xml
Updated on 2022-11-18 GMT+08:00
workflow.xml
Function
workflow.xml describes a complete service workflow. A workflow consists of a start node, an end node, and multiple action nodes.
Parameter Description
Table 1 describes parameters in workflow.xml.
Example Codes
<workflow-app xmlns="uri:oozie:workflow:1.0" name="data_load">
<start to="copyData"/>
<action name="copyData">
</action>
……
<end name="end"/>
</workflow-app> Parent topic: Example Codes
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.