[jboss-user] [jBPM] - Re: How to create Adhoc Task using jbpm-human-task-war.war that comes with jbpm5.3 full installer?
Thomas Setiabudi
do-not-reply at jboss.com
Thu Nov 22 04:52:18 EST 2012
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion
"Re: How to create Adhoc Task using jbpm-human-task-war.war that comes with jbpm5.3 full installer?"
To view the discussion, visit: https://community.jboss.org/message/777905#777905
--------------------------------------------------------------
Found the solution,
Thanks to Salaboy and Maciejs for their assistance via #jbpm IRC chat.
The answer for my first question is yes the task is automatically persisted.
for the sample code, I use and modify Salaboy's example from
https://github.com/Salaboy/Drools_jBPM5-Training-Examples/tree/master/jbpm5/06-jBPM5-HumanTasksAndRulesExample https://github.com/Salaboy/Drools_jBPM5-Training-Examples/tree/master/jbpm5/06-jBPM5-HumanTasksAndRulesExample
changed the jbpm version to 5.3.0.Final
and changed
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task</artifactId>
<version>${jbpm5.version}</version>
</dependency>
to
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-core</artifactId>
<version>${jbpm5.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-hornetq</artifactId>
<version>${jbpm5.version}</version>
</dependency>
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/777905#777905]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121122/220935ea/attachment.html
More information about the jboss-user
mailing list