-
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…
-
Does Content Server have built in JWT generation library
Hi all, I have an upcoming project where I need to call a REST service from Oscript. This service uses JWT (JSON Web Token) for authentication and session management. Normally, I'd find one of many Java libraries that do this, and call them through JavaObject methods, but given the extra scrutiny that OpenText is giving to…
-
URI .... modification detected
I have the need to read data from a supplied QR code that is a Base64 encoded *.PNG and part of the input data. Unfortunately Exstream/StreamServe does not support this out of the box and I have to call an external tool for this. I therefore create a temporary file that is placed in the %temp% folder with a unique name.…
-
Why is "Start Workflow" Action missing for me in the Workflow Template creation?
Hello there, based on this Advanced Workflow Extension guide Start advanced workflow in Core Content Management | Advanced Workflow Extension Guide | Developer | OpenText I should be able to start an Advanced workflow through adding a "Start workflow" action . I have app extensions with some workflows in the same…
-
Determine long running communications/documents
I recently had the need to identify long running communicatons/documents, i.e. the ones that take more than a few seconds between dropping the source data and the timestamp when the entire job was set to "finished". The goal is to identify bottlenecks and concurrency problems in a busy site. In Supervisor I can list the…
-
Keeping links in PDF attachments imported into EMPOWER
We have an application (Extream Designer) that creates an EMPOWER document to which we upload PDF attachments. While the attachments do render fine in both preview and fulfillment, clickable links in the uploaded attachments are converted in plain text. They still LOOK like the original link, but they a re no more "linked"…
-
Update silently connector
How do I update an existent smart connector to newer framework version silently, via properties file
-
how to disable control center services will always have "warm up" during the first process
after server reboots/ or after a long period of time without active request/process. then when it receive the first input file, there is always a 26second "hang"/"warm up". after that the subsequence process will be immediate. fix typo is there a way to disable the "warmup" behavior? sorry if i ask in the wrong section,…
-
SAP Side Configuration details for Sales Order BUS2032
@appuq @Appu Nair @Smart Abhijit @Greg Griffiths Hi All, I am configuring Sales Order BUS2032 as part of the business object configuration between SAP and OpenText CS. All the OpenText side configurations are done. In SAP side, I have done, Business Object Declaration, Property Provider where I have taken Generic property…
-
REST API - Create Folder with a Category
Hi Friends, I am trying to create a folder and attach the category at the same time using the POST /nodes call and couldn't able to make it work. Wondering if anyone has any luck. I can make multiple calls like first call to create a folder and second call to update the category but I want to do this in a single call. Env…