cancel
Showing results for 
Search instead for 
Did you mean: 

Complete userTask from camel

agcifre
Champ in-the-making
Champ in-the-making
Hi,

I would like to trigger (or complete) an userTask from camel .
However I'm getting the following exception:
org.activiti.engine.ActivitiException: UserTask should not be signalled before complete

Someone knows how to achieve it?

Thanks,
A.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
You're calling the signal method, but you should call the complete method instead