Usecase for Workflow Engine

Posted by Icarus on Stack Overflow See other posts from Stack Overflow or by Icarus
Published on 2010-06-10T06:22:45Z Indexed on 2010/06/10 6:42 UTC
Read the original article Hit count: 273

Filed under:
|

Hi,

We have an issue where a Database table has to be updated on the status for a particular entity. Presently, its all Java code with a lot of if conditions and an update to the status. I was thinking along lines of using a Workflow engine since there can be multiple flows in future. Is it an overkill to use a Workflow Engine here... where do you draw the line ?

© Stack Overflow or respective owner

Related posts about java

Related posts about Workflow