Skip to main content

17 posts tagged with "Environments"

View All Tags

πŸš€ New feature​

  • Added a new App called "ADP API Request" for communicating with the ADP API.
  • Added a Project overview in the environments that shows the number of tasks and progress in each project, which can be accessed from the left menu. This new overview also shows the system's storage usage and provides more accurate information on each project's storage.

🚧 Improvement​

  • Improved workers performance in servers C and D.
  • Improved search performance in the report.
  • In the Tables App, the INSERT and UPDATE queries no longer reset previous SELECT queries, allowing you to use @table variables after an INSERT/UPDATE and have them reference the latest SELECT.
  • In the Tables App, the default comparator for the WHERE clause is now "equal" instead of "contains".

πŸš€ New feature​

  • Significant boost in reliability and performance in both the Designer and the Environments.

🚧 Improvement​

  • When creating a table, an error is now thrown if the name does not contain [a-z][0-9] and "_" characters. Also, the length cannot be longer than 50 characters.
  • Removed the auto-refresh when opening the variables modal window.
  • The error in the Apps that happens when the connection is abruptly cut in the middle of the transfer (error 43) will be possible to handle in the app.

πŸš€ New feature​

  • New App in the Marketplace for connecting to Rotaform API.

🚧 Improvement​

  • Now it is shown the column type when adding or editing a Tableβ€”for example, String, Number, Date, etc.
  • Increased performance and loading speed of the flow list and versions.
  • Improved the performance and speed when creating a project.

πŸš€ New feature​

  • Deployed a new app to connect servers with Webdav service inside the Tools section.

🚧 Improvement​

  • Improved the JSON path using the Array operator app. Now we can search values using the logical operator (OR), and also it has improved the search engine when the data contains some special characters like '$', ';' or single quotes and double quotes.

πŸš€ New feature​

  • Added new security option in Interfaces, CORS configuration. If you need to send data to Flowize from external domains via Javascript, now you can configure which domains can send data to your project.
  • New "/environments" API endpoint, allows environments to be created and managed via the API. To use it, you must activate the API key of the Organization editing it. Detailed information on: https://doc-api.flowize.com/#environments .

🚧 Improvement​

  • The way data logging execution is stored. It should now have less impact on your database, as data larger than 1 MB will be stored in files.
  • The functionality of "Table Query" App:
    • The "date_updated" of the table, now it's always updated regardless of the App used to update the data.
    • When doing an INSERT/UPDATE/DELETE, the response variables "total" and "result" now hold the same value. So if it's not UPDATED, both will have a 0.

πŸš€ New feature​

  • Environments storage can now be increased without changing the current package. You can add as many 100GB addons you want.
  • ING App, new app for using ING Payment Request API.
  • Run a flow gets a new option to run in parallel. So when reaching the Run a flow app, a new datarecord is created, with the current data of the former one, and it will be executed in parallel if you have enough free workers.
  • Managed service gets a new type of ticket called "Training Request". Also, "Feature requests" have been moved to a new platform.

🐞 Bug fix​

  • Fixed error in the Schedules that if the configuration was in NO REPEAT and the day to start has passed, it tried to insert several times some data records.
  • Fixed error in the Schedulers when moving RUNNING ones from an Environment to another and the date of the scheduler to run has already past.
  • In the Environments, fixed that the name of Organization of the user was shown in the top bar instead of the Environment name.
  • In the Environments, fixed that only the creator of the project could invite users to the project in the Environment.

πŸš€ New feature​

  • Added a new marketplace app called IBM Business Automation Document Processing API to Submit a file or retrieve a JSON from IBM API.

🐞 Bug fix​

  • When a user is deleted from an organization, He will be deleted from all the Environments he had accessed to.
  • In the Environments, now the Organization of the user is also shown and logged when executing actions in the data records.

🐞 Bug fix​

  • Using an array of a Keystore in a Loop object was failing as the variable was not being replaced.
  • Adding/updating a Project in an Environment while records are running could lead to unexpected errors while information is updated. Now it's avoided waiting for the records to finish before doing the update.