02-23-2009 07:17 AM
<decision name="Tipo">
<transition to="NotificarReclamacion" name="esReclamacion">
<condition>#{false};</condition>
</transition>
<transition to="NotificarSugerencia" name="esSugerencia">
<condition>#{true};</condition>
</transition>
</decision>
Obviously this node should alwarys transit to NotificarSugerencia, but it doesn't, it instead goes to NotificarReclamacion which is the default transition.02-25-2009 05:57 PM
03-02-2009 10:02 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.