Results 1 to 3 of 3

Thread: Job workflow

  1. #1

    Default Job workflow

    Hi,

    I would like to know if spring batch include :
    - a workflow process in the sense that I can create a workflow with steps, decision points and integrate it within the batch or
    - Do we have to use flow4j or equivalent framework to handle a workflow

    Regards,
    Charles

  2. #2

    Default

    Quote Originally Posted by cmoulliard View Post
    Hi,
    - Do we have to use flow4j or equivalent framework to handle a workflow
    No.

    What do you mean by 'workflow'? Like a workflow engine with lots of branching options, validations, etc? Or is your flow a 'linear' batch job?

  3. #3
    Join Date
    Dec 2006
    Posts
    1,061

    Default

    There is definitely not any workflow provided as part of spring batch. However, since it's spring, you should be able to inject an existing one.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •