Process variable of the process model is [] when starting a process model from the web api

Certified Senior Developer

When starting a process model from the web api, the process variable is []. Below I have attached the result for your reference.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Yogi Patel

    Hi, thanks for your reply.

    Can you check the code attached. I am just starting a process model from web api and we will be getting the body result in json format. Like below

    {
    "pp": {
    "id": 536891228,
    "name": "EA QueryDB",
    "priority": 1,
    "initiator": {
    "id": "rithika14"
    },
    "startTime": "2024-07-19T07:01:54.560Z",
    "timeZone": "GMT",
    "starred": false,
    "parentName": "",
    "execId": 2,
    "status": 0
    },
    "pm": {
    "id": 8579,
    "uuid": "0002ec55-6acd-8000-3ce3-7f0000014e7a",
    "name": "EA QueryDB",
    "description": "",
    "version": "15.0",
    "creator": {
    "id": "rithika14"
    },
    "timeZone": "GMT",
    "starred": false,
    "parentName": ""
    },
    "pv": {
    "table_count": [],
    "table_name": []
    }
    }

Children