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
HI,
1. Make sure the mappings are correct .
2. Check the API whether parameters have been passed or not.
3. Check the security for the service account.
Hi, thanks for your reply
I just created a web api with the default template start process and called the process model. Here we don't need to map any parameter.
Can you share the code in API.
Are you passing the body correctly that will match the Process parameters.
I think the data is not passed properly into the start process
If you do not pass a value for process variables in Web API, the process variable value will be set to null/default when the process is started by Web API.
In your case, table_count, and table_name are process variables, and you are not passing value for these parameters from Web API.
sure, here attached for your reference
Can you check the body you are passing into the API.
yeah it is correct to retrieve process model details we will be using fv!processInfo