What?s New
This release includes updates to connectivity and minor fixes to TIBCO Cloud? Integration.
Develop/TIBCO Flogo Connectors
-
TIBCO Cloud? AuditSafe
-
Oracle MySQL
-
Microsoft SQL Server
-
PostgreSQL
Integrate/TIBCO BusinessWorks Plugins
-
Amazon S3 - Release Notes
-
Amazon SQS and SNS - Release Notes
-
Apache Kafka
-
AWS Common Services - Release Notes
Changes in Functionality
TIBCO Flogo
Flogo now supports a form-url-encoded content type for the Rest Trigger. If the Rest Trigger is configured with an application/json request body type, but the client sends an application/x-www-form-urlencoded type, Flogo converts the body to a key-value pair body where the entire body is the key and the value is an empty string. (FLOGO-7642)
Closed Issues
IPAS-17959
Changing the order of flows in an app sometimes generates internal errors and the flows are not displayed in the correct order.
IPAS-17895
Updating the names of flows in an app and then switching the app to a different Agent sometimes causes the names of the flows to revert to their original names.
WIPGRS-463
For the TIBCO Flogo® Connector for PostgreSQL, inserting multiple rows in Postgres using forEach() mapping inserts only the first row.
Example: array.forEach($activity[PostgreSQLQuery].Output.records,"values")
WIMYSQ-525
For the TIBCO Flogo® Connector for MySQL, inserting multiple rows in MySQL using forEach() mapping inserts only the first row.
Example: array.forEach($activity[MySQLQuery].Output.records,"values")
WIMSSS-376
For the TIBCO Flogo® Connector for Microsoft SQL Server, when using an IP address to create a TIBCO Cloud Integration Hybrid connection, in case of i/o timeout error retry attempts are not displayed.
WIMSSS-356
For the TIBCO Flogo® Connector for Microsoft SQL Server, inserting multiple rows in SQLServer using forEach() mapping inserts only the first row.
Example: array.forEach($activity[sqlServer.Query].Output.records,"values")
FLOGO-7594
When a user changes an array mapping key in an activity, and the key is used in any activity in a flow, the change is not reflected in the activity output.
FLOGO-7573
The Login action under HTTP Client Authorization Configuration fails with an Invalid credentials error for 'Client Credentials' grant type and 'Body' as 'Client Authentication'.
FLOGO-7544
The Discard button is activated in the OSS Rest Invoke activity even with no changes made. Clicking the Discard button breaks the User Interface and requires a browser refresh.
FLOGO-7531
When trying to access an array type property using square bracket notation, the false mapper validation error is generated.
For example: coerce.toBool( ($flow.body["Customer"][0+1]).
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