-
Feb 25th, 2013, 02:17 PM
#1
Conditional Flow for an item within an ItemProcessor
Hi,
is there a way to make the item processor step in the chunk to invoke and start a flow? Spring provides composite item processor out of the box to call multiple processors, but its linear. I want to add spring batch's conditional flow features while processing an item. How would I make a single ItemProcessor a stateful workflow in itself?
I want to add a FlowExecutionContext and that serves as an in between place to hold the item object in it (job execution context is too big and step exection context is too small). anybody tried to do this and have any helpful information, I really appreciate your help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules