ich want to add a String in a transition of my statemachine and write it out
too in a document after serialize the code.
e.g:
<transition target="move" event="waitingForMove">
cond(received(Div_tpMsID, Div_DriverID, div_ID, '*', 'done[]'));
writeLog('INFO', '; device; Finished');
</transition>
the String i want to add is :
cond(received(Div_tpMsID, Div_DriverID, div_ID, '*', 'done[]'));
writeLog('INFO', '; device; Finished'));
can anyone tell me how i should do this?
thanks
--
View this message in context:
http://www.nabble.com/how-to-parse-and-serialize-a-string--located-in-a-transition-tp20934640p20934640.html
Sent from the Commons - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]