-
Anyone know the inner workings of XML Workflow Interchange (Oscript/C++ level)?
I'm looking for someone who might know about the inner workings of XML Workflow Interchange. In particular, does anyone know when the decision is made to send the XML WFIC task on, or to change its status to Ready and make it available in the user's inbox? In particular, I'm dealing with Livelink 9.7.1 I've traced it to a…
-
Initiate Workflow with Rest API
From the Rest API documentation I only see verbs for PUT and GET under the processes / workflow section. Am I correct in assuming there's not currently a way to initiate a workflow from the Rest API?
-
Smart View SDK Samples
Hi, We have downloaded csui-sdk-23.4.0 and built the sample site and can launch in a browser. However, when we click on the link to 'AddHelloCommand Demo' then we just get a blank page, and in the browser devtools it shows an error in node.js ('missing ) after argument list at :7777/lib/src/nuc/models/nodes.js?:9). Should…
-
Getting 500 Internal server error while consuming endpoint
Hi Team, We are consuming the below endpoint which is recently converted in HTTPS. https://messaging.easylink.com/soap/sync Source IP: 148.173.200.38 While consuming the end point we are getting 500 Internal Server error. We need your help to troubleshoot the exact cause of the issue and we can also connect over Webex to…
-
Hacknosis is back!
OpenText is happy to announce our second hackathon, Hacknosis: Sustainable MedTech. This hackathon is about respecting the environment and standing united for the climate by driving sustainable innovation through technology. Sustainable development is the critical point where human, social, environmental, and economic…
-
Generate ADN from rest api initiates workflow
How to generate ADN from initiates workflow with attribute?
-
401 Authentication Error When Trying to Send Emails using Cloud Messaging with Basic Authentication
Hi All, I am able to successfully send emails using OpenText Cloud (POST /mra/v1/outbound/emails) - https://developer.opentext.com/ce/products/notifications/apis/notifications-for-opentext-cloud However, when I try the same request using Cloud Messaging (POST /mra/v1/outbound/emails) -…
-
XMLExport Equivalent in REST API?
Hi all, Our application is currently using Export functionality using regular http client with export url (<baseurl>?func=ll&objId={nodeId}&objAction=xmlexport&attributeinfo&nodeinfo&versioninfo=current&scope=sub&content=base64) Maybe two questions: The above command works find in the browser. But Postman sends back an…
-
No OTDS Ticket & Invalid Resource Ticket
Hi, I have upgraded xECM from 16.2 to 21.4. Post upgrade, i am getting error for 25 - Can the OTDS REST API be executed? and 26 - Can the Content Server REST API be executed? Error Message as follows: 25 - Can the OTDS REST API be executed? Check the OTDS REST API configuration. Error in HTTP call - Unauthorized: no OTDS…
-
How to deploy a workflow model ?
I'm facing an issue in deploying a workflow model that's desinged using the workflow modeler in vs code using the api call POST /runtime/models (N.B : The hole app has been deployed with success to default tenant) The model content is in json format, how to export it in xml or BPMN2.0 from workflow modeler ? How to…