A corporation has an existing user portal and would like to keep the same look and feel when using IBM business process manager. The corporation wants to access their own portal to initiate tasks and work on them instead of the BPM process portal. The corporation has decided to address this requirement by using
BPM REST APIs to access BPM resources.
When the BPM application developer is testing an API call similar to the one below, it sometimes fails, because the URI is too long.
PUT http://host1.company.com:9080/rest/bpm/wle/v1/task/3?
action=finish¶ms={"empid":"5", "empname":
{"firstName":"John","lastName":"Kramer"}}
Headers:
Accept application/json -
Comments