Hello,
The request body for the jar run/plan REST endpoints accepts program
arguments as a string (programArgs) or a list of strings
(programArgsList). The latter was introduced as kept running into issues
with splitting the string into individual arguments./
/
We ideally force users to use the list argument, and we can simplify the
codebase if there'd only be 1 way to pass arguments.
As such I propose to remove the programArgs field from the request body.
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=263424796
Regards,
Chesnay