Does anyone know if the latest REST api supports updating workflow process data? Similar to the UpdateProcessData method in CWS. Been reviewing the api reference but nothing jumped out at me.
I've seen very little WF implementation, all of it in the Process API (developer.opentext.com) - they have the most up-to-date. I do have a REST API extension for workflow that I've written that allows you to initiate WF's, set the various package data (attributes, comments, forms), access WF task data, send on WF tasks with or without disposition, and to check on the status of WF's which you are manager of.
I can arrange a demo if you like.
-Hugh Ferguson
info@hferguson.ca
Are You have some example
@HFCDev, Are You have some example?
in my blog, I have a little sample .I wrote it some time back but essentially those are postman snippets
https://appukili.wordpress.com/2022/04/17/take-some-rest/
what seccion in the blog ?
The API I wrote way back was done before OT finally decided to implement their REST API. Since OT has implemented what was lacking from before (they needed to in order to support Smart UI), I no longer support my REST API and haven't updated it since CS 16.2.8. I recommend you go to developer.opentext.com and check out their REST API guides. Appu's REST samples are probably a good start. I use Postman quite a bit when testing out REST APIs. When you are developing your own REST client, you may want to use something like Fiddler so you can see the request and response in real-time. If you are getting errors, you can use Appu's Postman collection (or one you otherwise have that works), and compare the request and responses in Fiddler. I've used it quite a bit in the past myself.
-Hugh