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.
-
How to send data in PerformTaskAction API?
I want to send task data to be used later in the process. I have 2 elements in the input schema of the external user interface I'm using. Is there a way to send values for these elements? The documentation has the <Data> tag but without a sample on how to send the actual message.
-
Developer site survey - let us know what you think of the latest release!
With the latest release, we introduced an entirely new browse experience based on data and a structured framework. The new sidebar offers seamless access to all resources for each product, service, app, and tool you need to begin your build. Please answer a few questions to help us identify areas to improve your OpenText…
-
How to work with dynamic workflows through the REST API?
Hello. I am working on a Javascript application that will interface with AppWorks Entities through Entity Rest Services. A big component of this application will be the new dynamic workflows. I see that when added to an entity, some endpoints are exposed like terminating, adding steps/tasks, etc. I also see that a get call…
-
Open in specific Home Page
I'm trying to provide a link inside of an email template that will go specifically to an item in the Approver Home Page. From what I understand, I would pick up the layout id and enter in the item # to go to that specific Home Page. Approvers should see Approver Home Page in the masthead. Instead it is going to the last…
-
Set default home page for /home/ORG/app/start/web/
Hello, Please point me to documentation or steps on how to change the default home page when using this url where ORG is the tenant: Right now it opens up to the Home Page (below). We need to have it open to a different created Home Page. I've already tried in various layout security in /app/admin/web/config with no luck.…
-
Get Lifecycle tasks programatically
Hi, I need to complete current state task of an entity instance programatically, using html5 sdk. Is there a way to get the task given the lifecycle instance identifier, please advise: $.cordys.workflow.getTasks({ parameters: { TaskIdentifiers: { TaskIdentifierType: { "@id": "000C29F4-D700-A1EA-A640-9099FAE6C372" } } }}).…
-
ldap might not be running on port 6366
CARS service is running, however unable to connect to CARS from MMC and getting the error ldap not running on port 6366. This has happened after server migration to Azure. Since the IP is changed, I have updated the new IP in host entry.
-
Angular & Appworks Noob
Hi.. thanks in advance for any help. I am new to Angular. Trying to build an application to connect to my Appworks platform, wherein i have created a few entities. I am able to login and get an OTDS ticket. When i try creating an entity instance i get an error as below: Access to XMLHttpRequest at…
-
Content Server Mobile Integration with Document Scanner & Barcode Recognition.
Hello Team, Anyone worked with ContentServer Mobile Integration with Document Scanner and Barcode Recognition. Your Inputs will be helpful if you have setup the above ! Thanks in Advance. Regards, Siva
-
Entity Wizard
Which building blocks are automatically added when you create an entity using the Entity Wizard tool?
-
Background script on appworks
You have a client-side user interface which needs to run a background script. What is the best way to accomplish this with AppWorksPlatform?
-
Disable 'open' event on click resultlist item
Hi, Is there an option available in AWP to disable the 'open' event when a user clicks a row in a result list. So, the end-user requires to mark it and select an action from the actionbar. Thanks, Antal
-
Category value not persisting when creating a folder.
I am using the create Folder UDDI service to create a folder and attach categories to it. It adds the category correctly but doesn't persist the string value. Here is my request. <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Header> <OTAuthentication xmlns="urn:api.ecm.opentext.com">…
-
Update Permission on BWS via Appworks
Hi, We have a AppWorks case with a businessWorkSpace in content server. In appWorks we have create a BPM that does a UpdateNodePermissions call. The result is "an unexpected exception". The error shows a null pointer execption but all values seem to be filled correctly. How can we fix this> The call: <SOAP:Envelope…
-
Starting action by ECL.WS
Hi. I have a simple administration form with one text field, one button and a grid. When user inputs process name into that field and press button, sql is executed and all available stages for that process appear in the grid. It works if i open this form by the web (by chrome). Now i need to do that by startAction from…
-
Extract the details\info from Appworks Database for preparing reports
I'm new to Appworks and Open Text and we have a requirement to generate reports from the Appworks database, How do I proceed on this, any suggestion/support is most welcome
-
How to copy Classifications tree from OTCS Sandbox to Non Production
Can anyone let me know, how to copy Classifications tree/classifications from OTCS Sandbox to Non Production environment ?
-
Identity Management integration with AppWorks using OpenID
Is it possible to integrate AppWorks with Identity management system which will use OpenID connect protocol to send the tokens instead of SAML2.0 tokens? If yes, please suggest possible options available.
-
How to add a group along with group permission (on a node) using OTCS REST API?
Hi, I would like to create a new group and add it to a node (Business Workspace in our case), along with permissions ('See' and 'See Contents') using OTCS REST API. Please suggest how I can achieve this. Should I be using multiple REST APIs - 1.For creating a group 2.For assigning that group with permissions on a certain…
-
Postman REST Client Chrome Extension used for Content Server API
Just would like to share my experience using Postman which is I found it very easy to use especially as it has the upload file function, not much but hopefully it will be a help. Postman Chrome Extension can be downloaded from here Authentication: Get Document: Create Document: Delete Document: Update Document: