[scxml] Setting state through history element or other means

2011-09-21 Thread Dario D
Hello, Is there a way to programatically change history state of a workflow? Our idea is to be able to set freely the next state to be executed. If we set the state like this: Set states = executor.getCurrentStatus().getStates(); TransitionTarget tt = (TransitionTarget)

[jxpath] Issue in retrieving value jxpath

2011-09-21 Thread Shamik Bandopadhyay
Hi, I'm having an issue in parsing the following XML using jxpath. Here's the sample XML. ?xml version=1.0 encoding=UTF-8? feed xmlns=http://www.w3.org/2005/Atom; xmlns:media= http://search.yahoo.com/mrss/; xmlns:openSearch= http://a9.com/-/spec/opensearchrss/1.0/; xmlns:gd=

Re: [scxml] Setting state through history element or other means

2011-09-21 Thread Rahul Akolkar
On Wed, Sep 21, 2011 at 5:53 AM, Dario D darac1...@gmail.com wrote: Hello, Is there a way to programatically change history state of a workflow? Our idea is to be able to set freely the next state to be executed. If we set the state like this:        Set states =