Changelog
Keep up with the latest updates we’ve made in Workato.
Code Connectors – Logging for Debugging
Ruby Snippets now supports puts statements for logging, completing the debugging toolkit across all code connectors and joining print for Python and console.log for JavaScript. Logged values from puts will appear line by line in the “Output” tab of job history, making it easier to troubleshoot and monitor intermediate values when working with custom scripts.
Learn more in the Ruby, Python, and JavaScript documentation.
Code Connectors – Error Stacktrace
Workato has improved debugging in Ruby, Python, and JavaScript Snippet actions by introducing detailed error stacktraces. Users can now view exactly where errors occur within their custom scripts by checking the “Error” tab in job history. This enhancement makes it easier to pinpoint and resolve issues without guesswork.
Learn more in the Ruby, Python, and JavaScript documentation.
MessagePack Serialization for JavaScript & Python
Workato has fully migrated all JavaScript and Python connectors to MessagePack serialization, enhancing efficiency and expanding data handling capabilities. V1 containers have also been decommissioned across all data centers:
- Improved Data Handling: Supports non-UTF8 encoded data, eliminating previous JSON serialization limitations.
- Optimized Performance: More efficient serialization/deserialization for faster processing.
- Seamless Transition: No changes required for customers—everything continues to work as expected.
Learn more in our JavaScript FAQ and Python FAQ.