0 Replies Latest reply on Aug 14, 2008 5:57 AM by kennardconsulting

    jBPM equivalent of immediate="true"?

    kennardconsulting
      Dear All,

      Is there any pageflow transition element that might mean 'immediate=true'? 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...

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

      Regards,

      Richard.