Workflow api could not submit successfully
Confluence User - 04 Mar, 2016
Hi,
I am facing problems in using the api for workflow"/web/json/workflow/process/start/simpleApproval:1:workOrderProcess".
I had designed a form lets say with fields named as "name", "class" and "date" in it. While posting to the api above my json strings are as below:
{
"var_name": "Deric",
"var_class": "A1",
"var_date": "31/1/2016"
}
However it returns me
{
"activityId": "",
"processId": ""
}
. May I know what mistakes have I done according to these steps? I seems could not get the form.
forms;api;datalists;workflow