User type variable passed into a process through WebApi but in the process, variable value is not getting updated

Certified Senior Developer

Hi

I am calling a process using a!startProcess through web API and passing a user type variable into it. However, the variable in the process is not getting updated with the new value and shows null.

Please suggest the solution

  Discussion posts and replies are publicly visible

Parents Reply
  • Is the pv! variable being cleared out / set to null by something else in the process model? (also are you passing any  other variables and are they working successfully?)

    Another thing to check - have you published the latest changes to your process model? If you made your pv! a parameter and only saved the process model this will not be reflected in the call from your Web API until you publish the process model.

Children
No Data