0 Replies Latest reply on Aug 13, 2008 11:49 PM by kennardconsulting

    Pageflow for 'get me out of here!'

    kennardconsulting

      Dear All,

      I am a jBPM newbie, but is there any pageflow transition element that might mean 'get me out of here!'? By which I mean, a pageflow for escaping from the current page without performing a lot of validation?

      For example:

      <pageflow>
      <transition name="save"/>
      <transition name="cancel" immediate="true"/>
      </pageflow>


      I used the attribute 'immediate' because it has the same connotations as in JSF, where you do...

      <h:inputCommand name="save"/>
      <h:inputCommand name="cancel" immediate="true"/>


      ...and it means 'don't validate me'?

      Regards,

      Richard.