Issues using groovy script connector

1
0
-1

Hello,

I added a script task in my process that uses groovy script. After that, when I try to deploy the process, I get the below error in the Bonita portal and I cannot enable it.

"The Process cannot be enabled
Connector definitions must be resolved before enabling the Process."

Can someone please help.

Thanks.

Comments

Submitted by isha.d.gupta_1378267 on Sun, 12/16/2018 - 20:13

Hi,
Can someone help with this error please. Appreciate the help.
Thanks

Submitted by laxmikant.latpa... on Thu, 02/21/2019 - 11:07

Hi Isha

If your script is returning a proper result then it has to run and complete the process.

Can you share the connector and script you used so it'll be good to trace out the issue ?

Kaant,

1 answer

1
0
-1

Actually the issue is probably related to the Groovy script connector (or maybe another connector) used in your process.

I recommend to:

  • Select your process pool
  • Go in "Server" -> "Configure" menu
  • Select "Connector" and make sure that an implementation is selected for each connector definition you are using
  • Select "Java dependencies" and make sure that the connector implementation libraries (the jar files) are all selected and match the one included in "Connector"
Notifications