JBoss Community

Re: ConcurrentModificationException when LocalTaskService.complete()

created by TC ONG in jBPM - View the full discussion

Any different if I do it this way? (Use blank SyncWSHumanTaskHandler constructor)

 

SyncWSHumanTaskHandler syncWSHumanTaskHandler = new SyncWSHumanTaskHandler();
syncWSHumanTaskHandler
.setLocal(true);
syncWSHumanTaskHandler.setClient(localTaskService);
ksession
.getWorkItemManager().registerWorkItemHandler("Human Task", syncWSHumanTaskHandler);

Reply to this message by going to Community

Start a new discussion in jBPM at Community