I'm using Grails 2.0 and Activiti Plugin 5.8.1.

Can I know what means this error ?

Cannot get property 'executionId' on null object. Stacktrace follows: java.lang.NullPointerException: Cannot get property 'executionId' on null object at org.grails.activiti.ActivitiService.completeTask(ActivitiService.groovy:150) at ActivitiGrailsPlugin$_addActivitiMethods_closure11.doCall(ActivitiGrailsPlugin.groovy:152) at demande.chequebanque.DemandeChequeBanqueController$_closure4.doCall(DemandeChequeBanqueController.groovy:56) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662)

Here is the content of my params object :

[taskId:1349, id:27, signer:Comfirmer, j_password:123, action:signer, controller:demandeTransaction]

It displays when I try to send an email at the line: completeTask(params)

Thank you very much

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.