Shark Transition <Condition Type="EXCEPTION"/>

"Francisco Fernandez Velasco" <[email protected]> Wed, 27 Dec 2006 19:25:50 +0100
Newsgroups gmane.comp.java.enhydra.shark
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1167244122-5318-68
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hi,

What is the exact meaning of Transition with <Condition Type="EXCEPTION"/>
in Shark?
I mean, in the next simple scenario: 

<Activity Id="1" Name="aaa">
	<Implementation>
		<Tool Id="foo_app" Type="APPLICATION">
			<ActualParameters>
            		<ActualParameter>a</ActualParameter>
	            </ActualParameters>
		</Tool>    
	</Implementation>
	<StartMode>
		<Automatic/>
	</StartMode>
	<FinishMode>
		<Manual/>
	</FinishMode>
</Activity>
<Activity Id="2" Name="bbb">
	<Implementation>
		<Tool Id="bar _app" Type="APPLICATION">
			<ActualParameters>
            		<ActualParameter>b</ActualParameter>
			</ActualParameters>
		</Tool>    
	</Implementation>
	<StartMode>
		<Automatic/>
	</StartMode>
	<FinishMode>
		<Manual/>
	</FinishMode>
</Activity>
<Transition From="1" Id="exc" To="2">
       <Condition Type="EXCEPTION"/>
</Transition>
<Transition From="1" Id="ok" To="3">
       <Condition Type="CONDITION">result == 1</Condition>
</Transition>

When the MANUAL Activity 1 it's completed, How can be said that it's an
EXCEPTION transition and so, Shark transits to Activity 2 instead of
Activity 3?

Thanks in advanced!




------------=_1167244122-5318-68
Content-Type: text/plain; name="message-footer.txt"
Content-Disposition: inline; filename="message-footer.txt"
Content-Transfer-Encoding: 8bit


--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

------------=_1167244122-5318-68--