0 Replies Latest reply on Jan 11, 2011 2:24 AM by armahdi

    dvdStore example: what is "ship"

    armahdi
      ok from the posts i just made earlier i think I am maturing a bit. I would still need some clarification to those but now I am working on dvdstore example:

      <task-node name="process" end-tasks="true">
              <task name="ship" description="Ship order">
                 <assignment pooled-actors="#{shipperAssignment.pooledActors}"/>
              </task>
              <transition name="shipped" to="complete">
                  <action expression="#{afterShipping.log}"/>
              </transition>
              <transition name="cancel" to="cancelled"/>
          </task-node>

      is the task node, what is "ship" is it bound with the ShipAction.java and when the task runs, the method with @BeginTask is executed? is that it. is that how a task gets executed? if thats how a task is going to get executed, will i not need an actionhandler and its execute method like we do in the normal jBPM?

      every help will be appreciated

      Thanks
      Syed Mahdi