简体   繁体   中英

Oracle BPM Suite REST Services

Does anybody know how to call the REST API to get all Processes in Oracle BPM?

I already tried this without success:

http://bpm.server.com:7101/bpm/services/rest/processes

It only returns the string: "Processes.", but I need creation dates, name, id, etc...

Thanks.

Ok. It's seems that the Processes REST API is not implemented yet. Too bad.

It's is included in the WASL(/bpm/services/rest/application.wadl), but it returns the string "Processes" instead of a JSON. Follow this link for more info.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM