HiI 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
Some things to check:
Hi Stewart,Variable spelling correct and it is parameterized as well.
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.