12 Replies Latest reply on May 7, 2009 2:21 PM by camunda

    Task completion without outcome?

    heiko.braun

      Invoking TaskService.complete(taskId) leads to an error like this:


      org.jbpm.api.JbpmException: task outcome 'null' doesn't match with the an outgoing transition [(request_vacation)--to grant_vacation-->(verify_request)]
      
      


      How should a task with a single outcome (aka one outgoing transition) be completed?