Open
Description
Bug description
While running spring batch with AsyncItemProcessor and AsyncItemWriter even before batch completes it comes out and exit status comes as UNKNOWN
Environment
SpringBoot Batch Version 3.1.2
Steps to reproduce
Build application with AsyncProcessor and AsyncWriter and try getting exit status
Expected behavior
Exit Status should come as COMPLETED or ERROR