Skip to content

Instantly share code, notes, and snippets.

@pawelkaczor
Created February 15, 2012 15:31
<job id="accountsMaintenanceJob" parent="abstractBatchJob">
<step id="step1">
<job ref="endAccountsBatchJob"/>
<next on="*" to="step2" />
</step>
<step id="step2">
<job ref="renewPaymentPeriodsBatchJob"/>
</step>
</job>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment