Skip to main content

V 1.1.53

New and Improved Features

  1. Profiles Search in Side Menu
    Added in-panel search support to quickly locate profiles within the side menu, improving navigation efficiency.
  2. Custom Code Resource
    Introduced a new CustomCode resource, enabling developers to create and manage reusable code components directly within the platform.
  3. Developer Notes with Markdown Support
    Developers can now add notes using markdown formatting for better readability and documentation within activities or workflows.
  4. SFTP Connection Timeout Configuration
    Added configurable connection timeout (in seconds) for SFTP actions, with a default value of 10s, allowing finer control over connection stability.

Bug Fixes

  1. Workflow Name Display in Deployment Panel
    Adjusted layout handling to prevent long workflow names from overflowing in the deployment side panel.
  2. Ternary Operator Evaluation
    Corrected associativity in ternary operator evaluation to ensure consistent and predictable expression results.
  3. Global Variable Mapping Restriction
    Updated validation to prevent users from mapping the root Global Variable (GV), ensuring proper usage and avoiding unintended data exposure.