What happend if the user opens a new browser window in the workflow and works
on in the new window, then come back to the first window and also
wants to work on ? This is not only a workflow problem

Our solution for navigation is also a navigation stack in the session,
to rember the link to go back. (Here it si also the problem with
several browser windows and the same session)

Thanks

Markus

Ronel Sumibcay writes:
 > Has anybody thought about what happens when a user cancels 'sub-workflow'?
 > Should there be a path defined for each local ActionForward for this case?
 > Thus allowing a way to get back to the parent workflow if this occurs, or is
 > this functionality already implied in this discussion when a sub-workflow is
 > popped from the stack.
 > 
 > Thanks.
 > 
 > 
 >  
 > 
 > -----Original Message-----
 > From: Ted Husted [mailto:[EMAIL PROTECTED]]
 > Sent: Tuesday, July 10, 2001 8:37 AM
 > To: [EMAIL PROTECTED]
 > Subject: Re: ActionMapping Workflows
 > 
 > 
 > I'm thinking about scripting workflows through the ActionMappings. 
 > 
 > Each step in the flow would be a mapping, and the ways the steps could
 > branch would be local forwards for those mappings. As you progress
 > through the workflow, the Action decides which logical forward to
 > return. 
 > 
 > I'm finding that if we can specify the path for a html:form path
 > dynamically, then it becomes much easier to plug an ActionForm into a
 > different context and have it submit back to the current "workflow
 > mapping", and have a different set of local forwards available to the
 > Action.
 > 
 > I'll be making more sample code available as it is developed.
 > 
 > Jonathan wrote:
 > > 
 > > Can I ask how you all are thinking about bouncing around between steps in
 > > the workflow?  Is it a stack that each step gets popped off?  Arent
 > workflow
 > > steps cyclical sometimes?  Developers talk alot about graphing workflows
 > but
 > > I have not read about the implementation.
 > 

Reply via email to