Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the discussion
"Re: rejecting a task" To view the discussion, visit: http://community.jboss.org/message/635575#635575 -------------------------------------------------------------- Hi, which version of jBPM5 are you using? Did you check the org.jbpm.task.TaskService interface that contains all the method available to interact? void fail(long taskId, String userId, FaultData faultData); void release(long taskId, String userId); void remove(long taskId, String userId); void skip(long taskId, String userId); Cheers -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/635575#635575] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
