|
From: Will B. <wil...@ra...> - 2005-04-11 18:24:48
|
Is it possible to use a "forward:..." in an end state to halt execution of one flow and start another? When the request is made to the first flow to make the transition to the end state, its flow id has been placed in the request parameters. This is necessary, of course, to look up the first flow. When the forward occurs, the flow id from the first flow is still in the request. The flow execution manager then tries to look up the second flow using the first flow's id, which fails miserably. Is this something that just cannot be done, or is there a workaround that I could try? Thanks! Will |