Bonita BPM reset API Put not working

1
0
-1

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

1 answer

1
0
-1

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.

Comments

Submitted by samehisthebest on Mon, 01/09/2017 - 08:55

Are you Sure that process parameter can't change it's value in Community version using API?

Submitted by Sean McP on Mon, 01/09/2017 - 10:09

According to the documentation - yes I'm sure...
http://documentation.bonitasoft.com/?page=bpm-api#toc30

regards

Notifications