BATCH-1084: renamed "status" attribute to "exit-code"

This commit is contained in:
dhgarrette
2009-02-18 16:23:27 +00:00
parent 7a8598e244
commit fd67b7f381
8 changed files with 16 additions and 16 deletions

View File

@@ -27,7 +27,7 @@
</step>
<decision id="limitDecision" decider="limitDecider">
<next on="CONTINUE" to="step2" />
<end on="COMPLETE" status="COMPLETED" />
<end on="COMPLETED" />
</decision>
</job>

View File

@@ -14,7 +14,7 @@
<job id="skipJob" incrementer="incrementer">
<step id="step1" ref="firstPass">
<end on="FAILED" status="FAILED"/>
<end on="FAILED" exit-code="FAILED"/>
<next on="COMPLETED WITH SKIPS" to="errorPrint1" />
<next on="*" to="step2" />
</step>