I am trying to continue with my POC. I am getting my BPMN model to work. However, although I have defined a variable in my message payload, I am not able to see the variable in my tasklist.
I claim the human task. Then, I click load variables. It comes as empty. I expect to see question.
I even reduced my jsom message to a string and it still would not show up.
Here is my message REST API call
{
“messageName” : “AskShiva”,
“businessKey” : “1”,
“all”:true,
“processVariables” : {
"question" : {"value" : "\n {\n \"address\": {\n \"address1\": \"3388 Einstein Square\",\n \"address2\": \"Heinz Weigenzhul Lane\",\n \"city\": \"Pforzheim\",\n \"postalcode\": 55555,\n \"state\": \"Germany\",\n \"country\":\"Comal Germany\",\n \"id\":2\n },\n \"age\": 6,\n \"email\": \"marco@Bunte.com\",\n \"first_name\": \"Marco\",\n \"last_name\": \"Bunte\",\n \"phone\": \"333-222-8888\",\n \"person_id\": 199\n }\n",
"type": "String",
"valueInfo" : { "transient" : true }
}
}
}