Gareth Edwards [
https://community.jboss.org/people/garethed] created the discussion
"jbpm-examples with jBPM 5.4"
To view the discussion, visit:
https://community.jboss.org/message/778683#778683
--------------------------------------------------------------
Hello,
Is there an updated HumanTaskExample that works with jBPM 5.4?
The following lines either contain reomved of depricated methods.
There must be a new way of doing this that I'm not aware of. (These lines are not
together in the source code)
contentData = ContentMarshallerHelper.marshal(results,
hornetQHTWorkItemHandler.getMarshallerContext(), null);
TaskSummary task3 = taskClient.getTasksAssignedAsPotentialOwner("john", groups,
"en-UK").get(0);
taskClient.claim(task3.getId(), "john", groups);
contentData = ContentMarshallerHelper.marshal(results,
hornetQHTWorkItemHandler.getMarshallerContext(), null);
Object result =
ContentMarshallerHelper.unmarshall("org.drools.marshalling.impl.SerializablePlaceholderResolverStrategy",
content.getContent(), hornetQHTWorkItemHandler.getMarshallerContext(),
null);
Any help would be greatlt appreciated.
Regards,
Gareth.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/778683#778683]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]