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>
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.