|
Hello all. I just got back and was reading
the e-mails about workflows. By the tone and lack of dialog I think that
we are not sure how we really want to design workflows still. So lets
have more discussion on the subject. When its clearer we will better know
what we want to do.
Here are some ideas I thought could break down
the problem a little more. I was thinking that a workflow can be described
in the following ways:
1) It has a specific order
2) It DOES'NT having a specific order
3) It has a combination of tasks, some of which
need to be executed in order, and others that do not
4) All of its tasks must be finished at the
end
5) It May be made up of other
worklflows
Therefore, you would get a workflow with the
characteristics you want. At the end you would make sure all tasks have
been done in order it to be considered a completed workflow. For items
that need order we can use the struts config file to put an entry in for
<workflows>
<flow name="createAccount"
class="com.brooksbrothers.workflows.Account_WF">
<step
ordered="yes" number="1"
class="com.brooksbrothers.workflows.AccountPersonal_ITEM">
<step
ordered="yes" number="2"
class="com.brooksbrothers.workflows.AccountCreditCheck_ITEM">
<step
ordered="no"
class="com.brooksbrothers.workflows.AccountDisplayTotal_ITEM">
</flow>
</workflows>
anyone want to add....
|
- Re: Workflow impasse? New ideas. Jonathan Asbell
- Re: Workflow impasse? New ideas. Michael Schneider
- Re: Workflow impasse? New ideas. suhas
- Re: Workflow impasse? New ideas. Ted Husted

