-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
-
-
-
-
-
NEW
-
NEW
-
2017 Week 36-37, 2017 Week 38-39
When testing Advanced Queries, BBVA noticed that input data field comes with wrong values: it contains some data related to the query params we send in the payload. Here is an example of a REST call (task retrieved has a input string and two output strings as variables):
PAYLOAD:
{
"order-by" : null,
"order-asc" : false,
"query-params" : [
,
{ "cond-column" : "STATUS", "cond-operator" : "EQUALS_TO", "cond-values" : [ "Reserved" ] } ]
}
RESPONSE:
{
"task-instance" : [ {
"task-id" : 8,
"task-priority" : 0,
"task-name" : "Task 1",
"task-subject" : null,
"task-description" : "",
"task-type" : null,
"task-form" : null,
"task-status" : "Reserved",
"task-actual-owner" : "bpmsAdmin",
"task-created-by" : "bpmsAdmin",
"task-created-on" :
,
"task-activation-time" :
,
"task-expiration-time" : null,
"task-skippable" : null,
"task-workitem-id" : null,
"task-process-instance-id" : 8,
"task-parent-id" : null,
"task-process-id" : "TestProject.TestProcess",
"task-container-id" : "TestProject_1.0.3",
"task-pot-owners" : null,
"task-excl-owners" : null,
"task-business-admins" : null,
"task-input-data" :
,
"task-output-data" : null
} ]
}