我想使样本并行步骤只有两个步骤。
示例:
<batch:split id="split" >
<flow>
<step id="a-step">
<tasklet ref="a" />
</step>
</flow>
<flow>
<step id="b-step">
<tasklet ref="b" />
</step>
</flow>
</batch:split>
但是它不起作用。有什么办法可以实现它?