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
Feedback
Was this page helpful?
Provide feedbackThank 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