Re: Workflow impasse? New ideas.

2001-07-24 Thread Ted Husted
As it stands, the Struts ActionMappings are already very nearly workflows. To close the loop, I believe we only need a few things. 1) A way to declare prerequesite actions. 2) A way to bookmark an Action, so the workflows can be rentrant. 3) A way to declare the html:form Action path at runtime.

Re: Workflow impasse? New ideas.

2001-07-23 Thread suhas
To: [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 5:54 AM Subject: Workflow impasse? New ideas. 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

Re: Workflow impasse? New ideas.

2001-07-23 Thread Michael Schneider
A nice way of looking at workflows is EVTX diagrams/methods Where E -  Entry Criteria to start process activity V - Validation Methods (inspection methods) T - Tasks in the process activity X - Exit Criteria to say task is complete You can define your process by Listing the process activites (Ea

Workflow impasse? New ideas.

2001-07-23 Thread Jonathan Asbell
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 a