cancel
Showing results for 
Search instead for 
Did you mean: 

Human task create listener webservice

npereira1
Champ in-the-making
Champ in-the-making
Hi forum,

I have a process that on each human task has a create listener.
This listener basically is calling a java file that will call another jar file.

The question relies here, the jar file I'm calling is a bean that call a webservice. The problem is that every time I try do call the method that calls the webservice, it basically stops the process execution and doesn't do anything more. Not even throw an exception!


Could it have to do with the fact that Activiti is not supporting XMLSchema and XPath? I'm calling it through an independent Jar file! Would it also affect it?

Regards
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
If you call it through a a Javadelegate, then it cant have influence on the process execution.

I find it very hard to imagine there is no log or execption at all. Hoz are you calling the webservice, which library?

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Can't it be something simple as the usertask just being a waitstate? So the process *should* stop? Just asking to be sure…