-
Accessing Business Process APIs outside Appworks environment.
Can we trigger GetProcessInstances SOAP API from an external webpage (through javascript ) or SOAP UI ? I'm trying to trigger but I'm getting empty response. but same request if I try through Web service interface explorer artifact (inside appworks environment), I'm getting the response. Is there anything we need to pass…
-
VM Cloud Director Appworks Installation
Hi All, We are trying to install Appworks on VM hosted in VMWare Cloud Director. We added the DNS the of the CARS server that we are trying to set and was able to ping it as well. However, we are still receiving attached error on CARS installation. We are trying to understand if we can configure the installation to bypass…
-
Confirmation of SAP Jars Compatibility with SAP RISE
Dear Team, Recently, the SAP system has been upgraded to SAP RISE. After this upgrade, we are encountering an error while calling a specific RFC, BAPI_PRODORD_GET_DETAIL. The SAP team has analyzed the issue and, based on their findings, it appears that the existing SAP JAR files may not be compatible with the upgraded…
-
Can you expose a BPM as REST API?
Hi all, Initiating a BPM from a web service in Process Automation is pretty straightforward (Execution > Generate Web Service). But is it possible to expose this initiate BPM action as a REST service? The current REST Service is automatically generated for entities, but what about other Initiate BPM services or even other…
-
Can I use use AD groups pushed from OTDS in OPA directly bypassing Roles?
Using a synchronized partition, I see the AD groups have been pushed to OPA. I can open the user experience Identity Framework and see the AD groups, and members of the group are populated, so I know OPA is aware of the AD group and the users who are in that group. I have lists on my Entity and use Security to limit users…
-
Process Automation (AppWorks) Cloud Installation
Hi everyone! Just wanted to ask — how do you install Process Automation (AppWorks) on the cloud? And is there a way to get a pre-built instance, kind of like a PaaS setup for Process Automation (AppWorks)?
-
Database Configuration in Containerized OPA, and solution.yml
In composed Docker containers I am finding I have to manually create database configurations (Cordys System and Cordys Logger) that are present out of the box on a standard OPA installation. The actual SQL database is initialized without issue, but as far as I know, you need these relational database configurations to be…
-
Customize Results Panel
Hi. We are facing the issue that we have no idea how to handle a specific requirement. We would have a workaround for this but we think it should be done more easily. We have a Result Panel in a Layout. We want to call a BPM and this BPM should get the values of column XY from all selected list entries. Without any…
-
Calling Content Server API from web service operation
Hi, this is in relation to Calling External REST API - OpenText - Forums So i can call external REST APIs now and im trying to call a REST API from content-server. Below is my web service implementation for the auth endpoint. <implementation xmlns="http://httpconnector.opentext.com/1.0/implementation"…