Runtime setVariable issue

1
0
-1
Environment:

windows 2003, apache-tomcat-7.0.22, jdk1.6.0_25

Steps to reproduce:

runtimeAPI.setVariable(uuid, TARGET_PARAM, targetState);

runtimeAPI.executeTask(uuid, true);

I use the above code to go to next step of process, however the variable is sometimes set with value "org.ow2.bonita.facade.rest.wrapper.RESTObject";
After I restart the tomcat, the variable sometimes is set with correct value.

Comments

Submitted by elias.ricken on Tue, 01/07/2014 - 11:44

Wich is the type of your variable?

Submitted by zhangzhongmac on Wed, 01/08/2014 - 02:54

The variable "TARGET_PARAM" is defined in Bonita workflow as Text, and value "targetState" is Java String.

No answers yet.
Notifications