yawlfoundation / editor

YAWL Process Editor
http://www.yawlfoundation.org
GNU Lesser General Public License v3.0
5 stars 2 forks source link

Editor: individualizing hidden inflow ports #3

Open yawlfoundation opened 9 years ago

yawlfoundation commented 9 years ago
If a task has an XOR-join, it will have one input port for each incoming arc. 
Thus it's possible to hide single input ports. If this is the case, the task 
will be replaced with a silent task (decomposition dropped and label equal to 
"_tau") only for that input port. The other input ports will still be attached 
to the normal task. In other words, the task is repeated for each hidden input 
port. For more details, see the Process Configuration chapter in the YAWL Book.

This functionality is not working. I thought it was implemented but it's not 
there. 

Original issue reported on code.google.com by marcello...@gmail.com on 10 Feb 2011 at 10:01