Skip to main content
July 19, 2024
Question

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

  • July 19, 2024
  • 12 replies
  • 1 view

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

12 replies

jayaprakashr0001
Participating Frequently
July 19, 2024

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.

July 19, 2024

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.

jayaprakashr0001
Participating Frequently
July 19, 2024

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