User development,
A new message was posted in the thread "Ad hoc task creation":
http://community.jboss.org/message/525189#525189
Author : Sebastian Schneider
Profile :
http://community.jboss.org/people/sebastian.s
Message:
--------------------------------------------------------------
It's all in the docs:
http://docs.jboss.com/jbpm/v4/javadocs/
Task task = taskService.newTask();
task.setName("name");
task.setAssignee("assignee");
..
task.saveTask(task);
Et voilà!
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/525189#525189