-
Invalid API call as no apiproduct match found - for Contract Approval tutorial app
I am building a contract approval thrust studio core content app base don this tutorial: OpenText™ Thrust Services Tutorial When I try to run Get 'Required Approvals' decision model in Postman (Page 200 of tutorial - {{decsion_service_url}}/runtime/decision-models?namespace=contract_approval&key=required_approvals) or when…
-
Is It Possible To Show A WebReport Screen After The Initiation Of A Workflow?
I want to show a custom WR screen that I've created to a user when the user press "Initiate" on a Workflow. Lets say i have this WF structure : If the WF goes to reject it goes to the webreport afterwards and shows HTML page with some simple message "Rejected". In the documentation of the WR configuration in the WF it has…
-
Sending/Rejecting Workflow Task with rest
I try to send on a workflow process using CS rest from js (Within a WebReport). const input = { comment: 'aaaabbb', action: 'reject', "authentification_info": { password: 'ppppp!' } }; $.ajax( { url: "[LL_REPTAG_URLPREFIX /]/api/v2/processes/[LL_REPTAG_!workid /]/subprocesses/[LL_REPTAG_!workid /]/tasks/[LL_REPTAG_!taskid…
-
Custom Workflow Logging
Hello all, I was wondering if anyone of the forum had any thoughts on implementing custom logging within the workflows. The basic idea is to have reporting capability on the workflows. Not all tasks within the workflow need to be reported on (as some are going to be email tasks, external tasks, etc.). The most important…
-
Variable Page Size and Scale in Communications Builder
I am attempting to vary the page size, etc., in Communications Builder/Storyteller. Setting the orientation (portrait/landscape) is simple, but what I need to do is essentially "shrink-to-fit" when the data would produce a larger document. For example, if have a document that is portrait and the font is "Courier New", 10.…
-
Unable to deploy workflow to external WebApp due to Decision Service API error
Hi everyone, I’m currently trying to deploy my Core Content workflow from Visual Studio Code to an external WebApp, with the OpenTex Thrust Services Tutorial. As part of the deployment process, I need to call the Decision Service endpoint using Postman, specifically: /Decision Service/ Get 'Required Approvals' decision…
-
Documentum REST Services 23.4 - POST (Create Object)
Hello everyone, I'm trying to use Documentum Rest Services 23.4 in order to create an object: My object type is 'myType' with parent type dm_sysobject. So i want , (for monitoring purposes) to create myType Object without any folder link or any other dependency. What is the purpose of the id in this call ??? : The use case…
-
I would like to know more about OScript
Does anyone know about OScript? Can you introduce what functions OScript can achieve
-
Exstream Designer, XML, sections, tables - and page breaks
I'm currently running circles with Exstream Designer, printing a list of small tables covering several pages. Unfortunately my input data is "given" and fixed, so I can't just request better structure. The general form of the relevant part looks as this: <xml> <table> <row> <text>Blah</text> <type>1</type>…
-
Exstream Designer - Variables missed when data comes in last
I am using OT Communications 25.1 and have some incoming data in json…. (simplified) { "generalData": { "displayName": "Test" }, "description": { "about": "Test" }, "documentMeta": { "documentLanguage": "sv", "documentAnonymous": false, "compactMode": false, "numberOfCategories": 1 } } The variables documentLanguage and…