What?s New
TIBCO Cloud? Integration Platform API
We have added the following new APIs to help you manage your Marketplace listings: (IPAS-17408)
- GET /v1/subscriptions/{subscriptionLocator}/marketplace/customers - Returns customer organizations and their access status for one or more Marketplace listings.
- GET /v1/subscriptions/{subscriptionLocator}/marketplace/listings - Returns all Marketplace listings owned by the selected organization.
- PUT /v1/subscriptions/{subscriptionLocator}/marketplace/listings/{listingId} - Updates the provider for a Marketplace listing.
- POST /v1/subscriptions/{subscriptionLocator}/marketplace/listings/{listingId}/access - Grants or revokes access to a Marketplace listing for a customer organization.
TIBCO Cloud? Integration
- Verified support for Red Hat Enterprise Linux Server 8.x 64-bit for TIBCO BusinessWorks?, TIBCO Cloud - Command Line Interface, and Hybrid Agent. (IPAS-17621, IPAS-17601, IPAS-17602)
Integrate/TIBCO BusinessWorks
- We have added support for TIBCO Cloud Integration deployment for BusinessWorks apps via the Maven plug-in. For a detailed guide, refer to our wiki page: https://github.com/TIBCOSoftware/bw6-plugin-maven/wiki/TCI-Deployment-via-Maven-Plugin
Develop/TIBCO Flogo®
For TIBCO Flogo we added the following:
- File support in ReceiveHTTPMessage trigger and InvokeRESTService activity
- Move branches from one activity to another within a flow
- Execute JavaScript activity - New!
- TIBCO Flogo® Connector for Apache Kafka can now connect to the TIBCO Cloud Messaging broker url hosted on TIBCO Cloud Integration. (FGKAFKA-9)
- TIBCO Flogo® Connector for Apache Pulsar now supports connectivity to TIBCO Cloud Messaging service. For more information, see ?Connecting to TIBCO Cloud Messaging ? Apache Pulsar? section in TIBCO Flogo Connectors guide. (IPAS-17474)
Node.js
The Node.js runtime has been updated to version 12.13. (IPAS-16663)
Develop/TIBCO Flogo® Connectors
- Apache Kafka
- MS SQL
- MySQL
- Oracle DB
- Postgres
- SAP S/4HANA Cloud
- Websocket
- TIBCO Cloud Messaging
- Twilio
Integrate/TIBCO BusinessWorks? Plugins
- Files for Unix and Windows
- OSIsoft PI
- Salesforce
- SAP Solutions
Changes in Functionality
IPAS-14346
For TIBCO BusinessWorks apps, the app name will be taken from the manifest.json file if the manifest.json file is provided while pushing the app.
IPAS-17654
For Nodejs apps, the app name will be taken from the manifest.json file.
SCCORE-6527
For organizations in the AWS Europe data center, the service bus URL used for outbound TIBCO Cloud? Integration - Connect On-Premise Agent communications to the TIBCO Cloud Integration platform is being changed to improve reliability. If you have the following URL whitelisted, *.servicebus.cloudapi.de, it is being deprecated and will no longer be available after September, 2021.
On June 15, 2021 an additional service bus URL will be provided for the AWS Europe data center, *.servicebus.windows.net. Best practice is to update your whitelisting rules to include this new service bus URL.
Note that after June 15th, when a Connect On-Premise agent restarts, it will attempt to connect to the new service bus URL, *.servicebus.windows.net. If you have not updated your whitelisting rules by June 15, 2021, the agent will continue to communicate with the TIBCO Cloud Integration platform, but at a slower rate. See the Service Bus URL Change article for additional details: https://support.tibco.com/s/article/Service-Bus-URL-change-in-Europe-AWS-Region-for-TIBCO-Cloud-Integration-Connect-and-TIBCO-Scribe-Online
Closed Issues
IPAS-10769
Need to upgrade TIBCO Cloud Integration Nodejs runtime to the latest version.
IPAS-14428
If an app is in a Failed status before the TIBCO Cloud Integration July 8, 2020 upgrade, then after upgrade when the cause of the failure is fixed, the Last Started date does not display on the App List page.
IPAS-16704
Partner Customers using the TIBCO Cloud Integration API cannot use the OAuth token for their parent organization to access child organizations in the same family.
IPAS-16724
If you add or update a user variable via the TIBCO Cloud Integration API using either the POST or PUT /v1/subscriptions/{subscriptionLocator}/apps/{appId}/env/variables call, the app is not rescaled.
IPAS-16832
Using the TIBCO Cloud Integration API PUT /v1/subscriptions/{subscriptionLocator}/apps/{appId} to change an app endpoint from TIBCO Cloud Mesh to public does not change the endpoint.
IPAS-17180
When you attempt to remove all media files from a Marketplace listing at one time and upgrade the listing, no media files are removed.
IPAS-17223
When adding media to a Marketplace listing, only files with lowercase extensions are supported. For example, icon.PNG is not supported, but icon.png is supported.
IPAS-17291
When a provider upgrades a listing and it goes through the TIBCO approval process, the notification for any pending access requests is removed from the listing in the Marketplace.
IPAS-17373
The Marketplace Manage access dialog that displays requests for access to a listing is limited to displaying 100 access requests.
IPAS-17374
When configuring a URL in a Marketplace listing, the URL must start with either https:// or http://. If you configure a URL without https:// or http://, such as www.google.com, an incorrect link is generated.
FLOGO-4263
Adding a new element to an existing Mapper schema, removes any existing mapped elements.
FLOGO-5200
If you add the wrong data in the input mapper, an error symbol is not displayed on the activity. The error symbol is, however, correctly displayed in the input mapper section.
FLOGO-5446
When the ownership of a Flogo app is changed or the app is replaced, the available actions listed on the App Details page are not refreshed automatically.
FLOGO-5863
If you copy an app from another organization, the Swagger schema switches to the embedded schema when the app is re-pushed the first time.
FLOGO-5869
App level schema is not available for the Request/Response for Plain/text and Other types, because they have default non-editable schema.
FLOGO-6249
In an Azure environment, repushing a Flogo app using the TIBCO Cloud?? Command Line Interface generates an error: ?internal server error?.
FLOGO-6749
The Revert to Last Push option for Flogo apps does not work correctly.
FLOGO-6815
Arithmetic operators when used inside function arguments will throw Validation errors in the Mapper.
FLOGO-6877
Apps exported from Flogo Enterprise do not retain associated app tags in the export JSON file.
FLOGO-7004
When you select the PUT method immediately after the POST method, the validation message no longer displays in Settings.
FLOGO-7022
When a new element is added to the JSON, such as a new array element in the existing schema, all mappings are cleared and the mapping must be done again. The old mapping is not retained.
FLOGO-7045
After selecting an app-level schema for an OSS trigger or activity, the schema does not appear in the dialog box until you click inside the dialog box.
FLOGO-7052
In an Azure environment, repushing a Flogo app using the TIBCO Cloud Integration API, POST - /v1/subscriptions/{subscriptionLocator}/apps, returns an accepted message in the response from the API. However, the response to the status request for the app, GET ?/v1?/subscriptions/{subscriptionLocator}/apps?/{appId}?/status, returns an error similar to the following:
"message": "Failed to build App flogo-s-appRest-1: Failed to push application. Error: 'Internal Server Error', Detail: Call flogo studio server error, Send request to flogo studio error with status code 500",
FLOGO-7060
In the InvokeRESTService activity, for existing activities, you cannot see the Output Format field if you select Response Type as application/xml in the Output Settings tab. The activity fails at runtime.
FLOGO-7294
For TIBCO Flogo, launch configurations in the Flow tester of the source app are not seen in the target app after the app is replaced from the app details page.
FLOGO-7310
When the visibility of a Flogo extension is changed or promoted to org level, the existing connections for this extension are broken after refreshing the page.
FLOGO-7338
As an admin user, if you delete any org level extension in the default category, then all other org level extensions in the default category will get deleted. However, it will not delete user level extensions.
FLOGO-7339
The validation message in settings disappears when the PUT method is selected just after the POST method.
SAPB-2739
For the TIBCO ActiveMatrix BusinessWorks Plug-in, after upgrading the SAP Plugin to the latest version with SAP JCo 3.1.4, the SNC connection does not work.
WIMSSS-268
For Microsoft SQL Server, at runtime, the XML type is not supported.
WIMYSQ-62
For the TIBCO Flogo® Connector for Oracle MySQL, the mapper fails to resolve the function name on the output for the activity.
WIPGRS-282
For the TIBCO Flogo® Connector for PostgreSQL, for parameter queries where the parameter name is the same as the data in the query, the connector returns {"records":null} at runtime.
WISAHC-24
For TIBCO Flogo® Connector for SAP S/4HANA Cloud, the SAP Activity Input does not fetch input schema.
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now