I have created a Process Model with Start a Process Template. My Process Model has around 58 Process Variabes but through WEBApi when i try to pass those details, Web Api Throws an error like
"Expression may not be longer than 4,000 characters. You have entered 6,811 characters."
what can be done to overcome this?
Thanks,
Sakthi S.
Discussion posts and replies are publicly visible
Assuming that you have an incoming JSON data structure, why not pass that into the process?
Another option is to pass the JSON into a separate expression which maps that into a dictionary containing all your process parameters. Then use this expression inside a!startProcess.