BATCH-1084: renamed "status" attribute to "exit-code"
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user