Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 7f12c84

Browse files
author
Arun Gupta
committed
Adding a next attribute to split
Former-commit-id: 0b63f74326f19b00f1dc6e59210cfc61c24c1536
1 parent 94f3dee commit 7f12c84

File tree

1 file changed

+1
-1
lines changed
  • samples/batch/split/src/main/resources/META-INF/batch-jobs

1 file changed

+1
-1
lines changed

samples/batch/split/src/main/resources/META-INF/batch-jobs/myJob.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
-->
4242

4343
<job id="myJob" xmlns="http://xmlns.jcp.org/xml/ns/javaee">
44-
<split id="split1">
44+
<split id="split1" next="step3">
4545
<flow id="flow1">
4646
<step id="step1">
4747
<batchlet ref="myBatchlet1"/>

0 commit comments

Comments
 (0)