0 Replies Latest reply on Aug 21, 2006 4:07 AM by dgallego

    Seam + jBPM: cancelling tasks

    dgallego

      Hi I'm modifying the TODO list example, the one that uses Seam and jBPM to create a TODO list.
      I want to cancel the business process creation if a task with the same description already exists, cancel the recently created task in createTodo() method...

      How can I cancel the creation of a task inside the creator method?

      Thanks :)