- Thu Oct 24, 2019 8:11 am
#826879
Hi,
I'm using get variables API to get variables based on the case API link ->https://wiki.processmaker.com/3.2/REST_ ... Fvariables
Problem
The problem is in the subprocess. The task variable was the empty string.
I'm using get variables API to get variables based on the case API link ->https://wiki.processmaker.com/3.2/REST_ ... Fvariables
Problem
The problem is in the subprocess. The task variable was the empty string.
Code: Select all
why am I getting the TASK is empty in subprocess first step itself. I'm using processmaker 3.2.1 version Please give me an idea?{
"SYS_LANG": "en",
"SYS_SKIN": "neoclassic",
"SYS_SYS": "workflow",
"APPLICATION": "78484118955bbd5fc39e5c5072875367",
"PROCESS": "189248173559579a84bf665046423742",
"TASK" : "", // This task id empty
"INDEX": "2",
"USER_LOGGED": "00000000000000000000000000000001",
"USR_USERNAME": "admin",
"PIN": "JQN"
}