-
Bug
-
Resolution: Done
-
Major
-
jBPM 6.0.0.Final
-
None
-
Windows 7 32-bit 4GB
In an attempt to use jBPM console REST API to query the process variable values of a particular process instance, the variable value appears to get truncated when it reaches 256 characters. For example, when we make a call /history/instance/
{procInstId: [0-9]+}/
{oper: [a-zA-Z]+}"), the content within <value> appears to be limited to 256 characters.
<variable-instance-log id="1635">
—
<value>
<?xml version="1.0" encoding="UTF-8"?><RequestStatusSummary RequestLabel="Post-Action"><RequestActionName>Commission VM</RequestActionName><RequestStatusDescription>Completed</RequestStatusDescription></RequestStatusSummary>
</value>
</variable-instance-log>
Doing further research, we found that the "variableinstancelog" table itself limits the data to be only 256 characters. It would be of great help to know if there is a way to alter this size limit of 256 characters or if there is any other way to retrieve the response from REST API without the use of process variables?
- is related to
-
JBPM-4233 Provide access to actual process variable via remote api
-
- Resolved
-