<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Cloud Native — OpenText - Forums</title>
        <link>https://forums.opentext.com/forums/developer/</link>
        <pubDate>Sat, 04 Apr 2026 13:07:42 +0000</pubDate>
        <language>en</language>
            <description>Cloud Native — OpenText - Forums</description>
    <atom:link href="https://forums.opentext.com/forums/developer/discussions/tagged/cloud-native/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Exstream Designer - Variables missed when data comes in last</title>
        <link>https://forums.opentext.com/forums/developer/discussion/313607/exstream-designer-variables-missed-when-data-comes-in-last</link>
        <pubDate>Mon, 01 Dec 2025 13:21:35 +0000</pubDate>
        <category>Communications (Exstream)</category>
        <dc:creator>Vyv</dc:creator>
        <guid isPermaLink="false">313607@/forums/developer/discussions</guid>
        <description><![CDATA[<p>I am using OT Communications 25.1 and have some incoming data in json…. (simplified)</p><pre spellcheck="false" tabindex="0">{
    "generalData": {
        "displayName": "Test"
    },
    "description": {
        "about": "Test"
    },
    "documentMeta": {
        "documentLanguage": "sv",
        "documentAnonymous": false,
        "compactMode": false,
        "numberOfCategories": 1
    }
}
</pre><p>The variables <strong>documentLanguage</strong> and <strong>documentAnonymous</strong> do not have any values when document is generated…… but…. if we move it around like this:</p><pre spellcheck="false" tabindex="0">{
    "documentMeta": {
        "documentLanguage": "sv",
        "documentAnonymous": false,
        "compactMode": false,
        "numberOfCategories": 1
    },
    "generalData": {
        "displayName": "Test"
    },
    "description": {
        "about": "Test"
    }
}
</pre><p>Then we do get values in the fields. “<strong>sv</strong>” and <strong>false</strong>.</p><p>I have presented a simplified version of the json which otherwise:</p><ul><li>Is json valid</li><li>Has no repeating field names</li><li>All camelCase</li><li>Has max 3 levels in other data sections</li></ul><p>Is there an END CUSTOMER signal that may have been automatically created that I have missed?</p><p>Can anyone explain it?</p><p>Fingers crossed.</p>]]>
        </description>
    </item>
    <item>
        <title>Exstream Cloud Native Installation on Kubernetes</title>
        <link>https://forums.opentext.com/forums/developer/discussion/312075/exstream-cloud-native-installation-on-kubernetes</link>
        <pubDate>Tue, 02 Jan 2024 09:25:36 +0000</pubDate>
        <category>Communications (Exstream)</category>
        <dc:creator>IMEX Support</dc:creator>
        <guid isPermaLink="false">312075@/forums/developer/discussions</guid>
        <description><![CDATA[<p>Hi There,</p><p>Is there an posts that describes Exstreal Cloud Native Installation with Kubernetes servers.</p><p>I got many issues with that </p>]]>
        </description>
    </item>
    <item>
        <title>How to create a custom connector SDK from 0</title>
        <link>https://forums.opentext.com/forums/developer/discussion/312205/how-to-create-a-custom-connector-sdk-from-0</link>
        <pubDate>Mon, 26 Feb 2024 19:47:16 +0000</pubDate>
        <category>Communications (Exstream)</category>
        <dc:creator>LopezOC</dc:creator>
        <guid isPermaLink="false">312205@/forums/developer/discussions</guid>
        <description><![CDATA[<p>I need to create a node within the orchestration flow to consume an API.<br />
I have only identified that custom connectors are used for this task, but I don't know how to configure it from 0. Since in the flow context this option does not appear, what should I do first?</p>]]>
        </description>
    </item>
    <item>
        <title>Exstream Input Channel Https</title>
        <link>https://forums.opentext.com/forums/developer/discussion/312140/exstream-input-channel-https</link>
        <pubDate>Wed, 31 Jan 2024 20:58:49 +0000</pubDate>
        <category>Communications (Exstream)</category>
        <dc:creator>LopezOC</dc:creator>
        <guid isPermaLink="false">312140@/forums/developer/discussions</guid>
        <description><![CDATA[<p>Hi, good day, I am using Exstream Cloud Native and I need help on the https input channel to identify how to use this link:<br />
https://&lt;orquestrationURL&gt;/api/v1/inputs/&lt;mode&gt;/&lt;domainID&gt;/&lt;serviceName&gt;</p><p>And how you could run it with postman for testing.</p>]]>
        </description>
    </item>
    <item>
        <title>Exstream CN basic question</title>
        <link>https://forums.opentext.com/forums/developer/discussion/312026/exstream-cn-basic-question</link>
        <pubDate>Wed, 06 Dec 2023 14:27:40 +0000</pubDate>
        <category>Communications (Exstream)</category>
        <dc:creator>Jesper Werge</dc:creator>
        <guid isPermaLink="false">312026@/forums/developer/discussions</guid>
        <description><![CDATA[<p>Hi all,</p><p>We are looking into implementing our current solution into Exstream Cloud Native.</p><p>Our current solution is build on Communication Builder service, where we have one StoryTeller process exposed to StoryBoard and here we have created 200+ Themes which all have a Theme rule when to be triggered. The value which decide the Theme rule is coming from inputdata. All input data is delivered within one channel (HTTPS), one input = one output document</p><p>We know that Exstream CN work differently, but our goal is to do something similar as above, and to reuse both design elements and content across all, which should aim to have one basic design with the content placeholders, just like the StoryTeller and reuse this into many content Authors/communications. We want to reuse textfragments with and without merged data fields.</p><p>Bare with me if the naming is not quite correct for the Exstream CN world, but I hope you understand.</p><p>So I have some questions that I like to hear your opinion or guidance about:</p><ol><li>How would you distingue the different document context, I don't whant to have all in one communication or group rules within Content Author. I like the idea of the current solution Theme where I can make changes to one Theme without making changes to another. </li><li>How can I select which Content Author/Communication to be triggered when the value of decision is coming from the input data (could properly also be available within the https header if needed)?</li><li>How would you build up your content, we have mostly text and images and lists which we want to reuse between documents context.</li></ol><p>We are current working on latest Exstream CN version.</p><p>Hope to hear from some people who have some ideas, please :)</p>]]>
        </description>
    </item>
   </channel>
</rss>
