Re: Some random gibberish
bob mcwhirter <[email protected]> Mon, 17 Mar 2003 10:10:39 -0500 (EST)
| Newsgroups | gmane.comp.java.werkflow |
|---|---|
| Message-ID | <[email protected]> |
> To keep the animation synchronized with the tower display I could use > the ui event queue to store hanoiDiskMovedEvents. Do we need a generic > way for any ui to tell the engine to pause? Like a 'step' command in a > debugger? Hm. I definitely won't want a WfmsAdmin.pause() or step() methods. Possibly some way to make a particular case explicitly stepped, so then a processCase.step() might possibly fire a transition. Though, there are significantly more Transitions in the petri than there are steps in something like Hanoi. So, we'd have to be able to step by at the Petri-level and at the Idiom level. That's entirely possible. Though, I'm going to say "no" to "can we rewind a flow" at this point. Too many other things higher on the priority list. :) -bob