This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Alter the flow of a process instancekukeltje Mar 1, 2007 1:45 PM (in response to adrianr)You could (temporarily) add a transition between the nodes as well, but I would not do that. Your solution is ok. It does not brake anything internally in the core. So if it does not break anything for you, you can use it. 
- 
        2. Re: Alter the flow of a process instanceadrianr Mar 1, 2007 2:21 PM (in response to adrianr)as i suspected this method doesn't log changes, so I think I need to consider your idea of adding temporarily transitions between the nodes, because I need logging the change. 
- 
        3. Re: Alter the flow of a process instancekukeltje Mar 1, 2007 3:16 PM (in response to adrianr)I just remembered something... What I (once) did was create one kind of 'I'm-doing-something-out-of-the ordinary' node. That node had an actionhandler on node-enter that logged something AND looked at a process variable to see what node to go to next. There were no incomming or outgoing transitions but I did get logging 
 
    