Help Center/ MapReduce Service/ Developer Guide (Normal_3.x)/ Oozie Development Guide (Security Mode)/ Developing the Project/ Example Codes/ workflow.xml
Updated on 2022-08-16 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.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot