Any example for call a API Rest from c# script in a businessProcess?
I have a list of processes to call from a detail, one of them must call an API and process the response but I can not use the "Call Web service" element because the request needs a json structure with many nests and I can not complete it in any other way that is not a script, any suggestions?
I use the OData to extract the data. I need to get cases with the specific status from the CaseCollection. To do this I use the following Http-request:
The Status column in the Case table is the foreign key for CaseStatus table. Therefore, the correct syntax is the next: [Name_of_joinable_table...MoreLess
We have an API that we are trying to grab information from and show the information on a detail on the edit page. We are already the API is working and we are getting a response, however we are not sure how to now display the data on the detail.
I was wondering if there are working projects of the different public integration methods out there in the community before I reinvent the wheel; besides what is in the development manual, like on GitHub or on this site. I'm looking for actual Visual Studio projects or solutions; boilerplate if you...MoreLess
Has anyone been able to use integration SaaS solutions such as Zapier or MuleSoft with bmp'online? I realize the bmp'online is RESTful and may require some additional effort. I am mostly focused on a one-way sync to create leads. Hoping to find a way to hit the DataServices side of bmp'online.
Our employee data are available in Oracle database and we want to integrate the employee details to our environment. Every day the data should be synchronized and if any new user is added/modified, it should be updated to our environment post synchronization. How can I integrate Oracle with BPM'Online and where can I find any documents/link related to it?
You can find the CRUD requests example in the atteched file. The only two things that the manual doesn't cover are CSRF token (you will receive...MoreLess
One more thing. Please note that you need to add the CSRD key both into the header of all of the requests and to the cookie of all of the requests...MoreLess