i am try to update process parameter in my project using API PUT on JBOSS server
as following:
URL :/API/bpm/processParameter/:processId/:name
Method :PUT
Body:
{
“value”:“myNewValue”
}
response error appear
PUT METHOD is not allowed
how to solve this problem
please help
I think you’ve missed one important thing from the documentation:
ProcessParameter
Description
A process parameter is a variable attached to process. The parameter value is set at deployment, and applies to all cases of the process. This feature is available in Performance, Efficiency, and Teamwork editions.
Which means it is not available in the Community version…it’s one of those differences between Free and Paid for versions.
regards
Seán
PS: I realise this may not be the answer you are looking for but it’s the best we can do, please mark as resolved so others don’t have to reply.
Are you Sure that process parameter can’t change it’s value in Community version using API?
According to the documentation - yes I’m sure…
http://documentation.bonitasoft.com/?page=bpm-api#toc30
regards