Skip to main content

alphaWorks  >  Forums  >  IBM Modeling and Integration Tools for Start Chart XML  >  developerWorks

SCXML Custom Actions    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
louyang

Posts: 3
Registered: Apr 24, 2008 11:33:10 AM
SCXML Custom Actions
Posted: May 09, 2008 04:49:50 PM
Click to report abuse...   Click to reply to this thread Reply
How would one generate custom actions with the RSA plugin? Like in this example, onentry tags, a namespace (my), and a custom action (connect):

scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:my="http://www.landon.org" id="Connect" version="1.0" initialstate="Connect">

<state id="Connect">
<onentry>
<my:connect />
</onentry>
<transition event="s3d.ConnectSuccess" target="SteadyState" />
</state>

Point your RSS reader here for a feed of the latest messages in all forums