0 Replies Latest reply on Dec 2, 2005 4:36 PM by amir.rezazadeh

    Transition from implementation of AssignmentHandler

    amir.rezazadeh

      Hello,

      I have a situation where I want to transition within an AssignmentHandler. When I call executionContext.getTaskInstance().end("cancel") the process does not transition to the "end request" node, it continues as if the default transition was executed.

      Is it possible to transition out of an assignment and end the task?

      <task-node name="building gate check">
       <task swimlane="assign gate check" />
       <transition to="check and spawn access areas"></transition>
       <transition name="cancel" to="end request"></transition>
      </task-node>
      


      Thanks
      Amir