[jboss-user] [jBPM] New message: "Re: Ad hoc task creation"

Sebastian Schneider do-not-reply at jboss.com
Tue Feb 9 13:06:13 EST 2010


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




More information about the jboss-user mailing list