1 Reply Latest reply on Aug 30, 2010 1:57 PM by uesker

    Exception: task process id may not be null

    cieva
      The application that I'm developing needs to close a task and open the next one in a jBPM process.
      I tried to annotate the method called from the 'Next' button action as:
              @EndTask(transition="<transition_name>")
              @BeginTask(pageflow="<pageflow_name>")
              public String onTest()
              {
                      return "next";
              }
      obtaining the "javax.ejb.EJBTransactionRolledbackException: task/process id may not be null" exception.

      Any suggestion?

      Thanks