Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: task-node node replacement in jbpm 4"
To view the discussion, visit:
http://community.jboss.org/message/560723#560723
--------------------------------------------------------------
not entirely sure if that is what is required but you could start with something like
this:
<task name="review" >
<assignment-handler
class="org.jbpm.examples.task.assignmenthandler.AssignTask">
<field name="assignee">
<string value="johndoe" />
</field>
</assignment-handler>
<transition to="wait" />
</task>
Please take a look at
http://docs.jboss.com/jbpm/v4/userguide/html_single/ user guide for
more details
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/560723#560723]
Start a new discussion in jBPM Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]