I want my application to run DataFlow task after some condition is satisfied (some event raises). Is there any way to run that from code:
- Some event raised
- Spring DataFlow starts some task
without Spring DataFlow shell, just start all from my code (register app in DataFlow, etc)?