Demian Calcaprina [
http://community.jboss.org/people/calca] created the discussion
"Re: Skip a UserTask with resultMapping"
To view the discussion, visit:
http://community.jboss.org/message/625789#625789
--------------------------------------------------------------
Are you skipping the task after completing it? or replacing the .complete with the .skip=
You should skip a task when it is "Created", "Ready",
"Reserved" or "In Progress", not when it is completed.
I have made a simple test for skip:
https://github.com/calcacuervo/JBPM5-Samples/blob/master/human-tasks/src/...
https://github.com/calcacuervo/JBPM5-Samples/blob/master/human-tasks/src/...
test skipHumanTask(), and works fine.
Regards,
Demian
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/625789#625789]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]