1 Reply Latest reply on Jul 12, 2006 4:08 AM by remider

    Run process using SuperState on Jbpm-server

    remider

      I read and wrote this process-definition on Eclipse but I don't understand activite of process

      <process-definition>
      ...



      <super-state name="phase one">

      </super-state>
      ...
      </process-definition>

      Can someone give me a complete process-definition using SuperState? Or can someone explain me about activity of any process-definition using SuperState ?

      Thanks.

        • 1. Re: Run process using SuperState on Jbpm-server
          remider

          I read and wrote this process-definition on Eclipse but I don't understand activite of process
          < process-definition>
          ...
          < state name="preparation">
          < transition to="phase one/invite murphy"/>
          < /state>
          < super-state name="phase one">
          < state name="invite murphy"/>
          < /super-state>
          ...
          < /process-definition>


          Can someone give me a complete process-definition using SuperState? Or can someone explain me about activity of any process-definition using SuperState ?

          Thanks.