Changelog
Keep up with the latest updates we’ve made in Workato.
Deploy from recipe page
You are now able to deploy assets directly from the recipe page with enhanced deployment permissions. This feature simplifies the deployment process, allowing you to activate and update assets across environments with just a click. Streamline your workflow by selecting target environments, reviewing deployment details, and confirming actions all from one central location. |
Logging service now includes webhook trigger errors
The Logging Service now captures and logs webhook trigger errors. This includes both gateway errors (rate limiting, verification failures, or invalid requests) and processing errors due to parsing or downstream service failures.
Streamlined project deployment flow
The project deployment workflow is now streamlined to make deployments faster and increase the context and accuracy of each deployment. Here's what's changed:
- When deploying a project, you can now start with the simple Deploy to dropdown to quickly pick your target environment, or download a zip file of the project.
- If there is a previous deployment to the same environment, the new Review changes interface summarizes what has changed to provide transparency and clarity.
- The Add details interface allows you to give a name and description to this deployment, which will be shown on the deployments tab.
Addition of recipe version comment to existing GET APIs
A new field, version_comment
, has been added to several existing API endpoints.
For the Developer API:
GET /api/recipes
GET /api/recipes/:id
For the Embedded API:
GET /api/managed_users/:id/recipes
GET /api/managed_users/:id/recipes/:recipe_id
Increased transparency in project deployment history
On the Deployments tab of a project, you can now view the entire deployment history as a timeline, complete with status, environment, comments, and the full manifest of the deployment.
Only users with deployment permissions can see this tab. Project deployment logs are only available in the Development environment.
Improved error messaging for exporting a manifest
When exporting a manifest via Recipe Lifecycle Management, the error messaging is now more actionable to assist in fixing any missing assets. For help with troubleshooting, review our documentation.
Retention period of 30 days for archived manifests
Within Recipe Lifecycle Management, archived manifests will behave the same as deleted recipes in the Trash folder and will be permanently deleted after 30 days. With this change, we expect an improved loading time of the Export and Import manifest pages.
Updated logic for naming manifest zip files
Within Recipe Lifecycle Management, the manifest file name format has been updated from `{folder name}_{user name}` to `{manifest name}_{folder name}`. This change was made to enable users to easily find and identify their manifests, and easily match downloaded manifests and the Export/Import UI.
View trigger errors in logging service
Within the Logging Service, you can now view trigger errors to assist in troubleshooting. As trigger errors do not generate a job, this visibility into the failed triggers is crucial for resolving errors and maintaining the functionality of your recipes.
Addition of Project filter for lookup table page
A Project filter has been added to the lookup table page, to aid in navigating the list of available tables. To associate a lookup table with a specific project, navigate to the lookup table, and select the project icon under the table name.