Process Automation (AppWorks)
Process Automation (AppWorks Platform) enables users to design, build, test, deploy, and monitor business applications. It provides low-code development capabilities that enable users to quickly model business objects using a compositional approach to application development instead of a traditional way of programming functionality.
-
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"…
-
HttpConnector - PATCH Group in OTDS
Hi. We are facing problems regarding calling the "Update Group" web service (PATCH) via the HttpConnector in AWP 16.7.2. We are able to calling the "Get Group" web service, so I guess the general customization of out HttpConnector is correct. GetGroup - which is working: UpdateGroup - which is not working: When calling…
-
Calling External REST API
I am trying to call a REST API, specifically the login API of Core DDRI(/v1/auth/login) inside process automation, I am following the ProcessModelling for AppWorks Platform 16.7 and I am doing the "Use HTTP connector to connect to an external RESTful webservice. Here is what I did so far. I created an XML Store Definition…
-
Is it possible to upgrade an imported entity?
Hi everyone, I've been working with imported entities in my project (coming from external systems or databases), and I'm wondering: is it possible - or even advisable - to upgrade them directly? Have any of you tried upgrading imported entities (such as adding calculated fields, annotations, or even business logic)? If so,…
-
Typo in AppWorks tutorial – “reate” should be “Create”
In the tutorial Build your first low-code application, under the Take the next step section, there's a typo in the sentence: “reate a list that hides orders with a specific date range.” It should say: “Create a list…” Here’s the link to the page: Please update the documentation. Thanks!
-
how can i use Notification BB to send message to select users with specific roles
I have users divided into 3 groups: Group1 Group2 Group3 I only want users to get the notification of Task Create event when the item is created and assigned to a group they are a member of. My parent entity has a property that holds the name of the role that the task belongs to (ParentEntity.Item.Properties.OwningGroup)…
-
User Interface in BPM - Message Type Info
I am able to create tasks in a BPM using the user interface, but I am not able to show a basic ui form to display a message. The Message Type of Info seems to be the way to do it, but no form is displayed. The BPM is being called from an entity rule. Thanks.
-
Filter a result list panel
Hi, I have a 'Project' entity with a 'toMany' relation to 'Task' entity. The 'Project' has a layout with a result list panel to show the result of the 'All tasks' BB. Now, I would like to filter the list of tasks in the result panel to show only the related tasks selected for the current project. I tried several options,…
-
Facing issue with Fileconnector polling functionality.
Hi Team, We are facing issue with fileconnector polling functionality after deployment of Appworks 24.2 HF07. XML files disappear from the shared path, but the corresponding BPM process is not triggered. The logs show a java.lang.NoClassDefFoundError caused by…
-
Enable 25.2 feature: Encryption of entity properties – Preview
Hi, How can I enable this 25.2 feature from the release notes: Encryption of entity properties – Preview. I thought it would be something like below in the wcp.properties, but after a TomEE restart nothing is found to try it out or maybe I'm just looking at incorrect places?…
-
Issue with forwarding/delegation of the workflow from Appworks (Android and IPhone)?
Hi Developers, Good day, We have AppWorks enabled for our product, and the customer is using the Content Management Mobile Application (CE Edition) for handling all their workflow assignments. However, users are facing a challenge where they are unable to delegate workflows from the "My Assignment" section. Please find the…
-
Load JavaScript file onLoad of runtime UI
Hi, Is there a way to load your own JS file onLoad of the runtime UI? Or onLoad of a Form building block? I know you can load your own CSS via the 'Theme' document, but I want to do the same for a JavaScript file delivered via the web library definition document in my solution. I also know you can load JS on a customizable…
-
Error while uninstalling OTDS
Hello, I am getting these errors in the attached screenshot while uninstalling OTDS. I have tried to reinstall Java and Tomcat however I am still getting errors. Please help me uninstall, and if possible provide step by step instructions. Thank you!
-
OTMM Mobile app install error on AppWorks Gateway
Hi all, i've succesfully installed OTAG release 16.5 on RHEL and HANA database but, when i try to install the OTMM-Mobile-App (release 0.9.0 or 0.9.2) i got the following error in gateway file (i've attached all the Tomcat logs files): 2019-11-29 18:03:27,8922019-11-29T18:03:27,892 [http-nio-8080-exec-1] ERROR…
-
SendMail fails in Deadline BB.
Can someone tell me why the SendMail web service works thorugh the Web Service Explorer but then it fails with the error below when my Deadline BB is trying to send the email? My Mail Configuration looks correct. The emails are getting generated because they are creating an entry in this table:…
-
Modify the AuthnRequest sent by OTDS
Hi, My goal is to use Italian Public Identity Providers (SPID) to log into Appworks / OTDS with autoprovisioning handler in SAML. Due to validation problems by IdP I need to modify the AuthnRequest sent by OTDS or customize the SAML handler. is that possible? thanks
-
Is there a way to retrieve a user's DN without needing the Administrator role?
I have an AW 23.4 enviornment. I have a Lifecycle that has a Human Activity that is assigned to an "Indvidual" using a property that stores the user's DN value. This value is retrieved by a BPM that runs before the human task, in the BPM there is an AW LDAP web service endpoint that is called and the BPM works IF the user…
-
Is it possible to enhance an Imported Entity?
AW 24.3 Is it possible to enhance an Imported Entity that is "Linked" by adding additional properties/relationships somehow, but still being linked and being able to update the data in the entity and it inserts/updates/deletes back to the SQL table? I need to be able to have a user in the same list view Add a new record,…