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> Last Article: job.properties
Next Article: Start Action
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.