Changelog

Product updates, new features, and improvements

2025
Jan 5 Added Scenarios management with table view, creation, and deletion. Added Orders page with expandabl... Feb 9 Added scenario creation flow. Added permission-based conditional views. Mar 9 Launched the visual Scenario Workflow Editor. Added step type support with dynamic icons. Mar 16 Added Scenario Invocation History with timeline view. Added copy/paste support for workflow nodes. Mar 23 Added Wait node type for timed delays in workflows. Apr 6 Added cron schedule field with expression builder. Added sidebar tooltips for navigation. Apr 20 Added RepeatUntil step type for loop-based workflows. Added initial test coverage for frontend compo... May 4 Added Split step type for parallel workflow branches. Added ability to add nodes inside nested group... May 18 Added Scenario History page with timeline and details view. Added host and port validation for conne... Jun 1 Added Application trigger type for webhook-based scenario execution. Added Analytics Dashboard. Jun 15 Added API key support for service authentication. Added auto-layout for workflow graphs. Jun 29 Added scenario version management — create and switch between versions. Added child scenario instanc... Jul 6 Added replay functionality for re-running failed scenario instances. Added retry configuration with ... Jul 13 Added visual condition editor for building expressions. Added progress tracking for long-running ope... Jul 20 Added AI-powered scenario generation (experimental). Added LENGTH condition support in the condition... Aug 3 Added instance-specific stop functionality (replacing global terminate). Aug 10 Added parameter name and value editing dialog for input mappings. Aug 17 Added bulk delete for object instances. Added child scenario ID mapping in step configuration. Aug 31 Added scenario cloning — duplicate scenarios as starting points. Added collapsible context data in s... Oct 26 Added workflow storage, validation, and compilation. Added data mapping between workflow steps. Nov 2 Launched the scenario runtime — compile JSON definitions to native binaries. Added SFTP agent for fi... Nov 9 Added scenario stop and cancellation support. Added execution checkpointing for durability. Nov 16 Added debug mode — step through scenario execution with variable inspection. Added Switch and Condit... Nov 23 Added child scenario support — compose workflows by referencing other scenarios. Added smart rate li... Nov 30 Added scenario input/output schema definition. Added input/output mapping editor for configuring dat... Dec 7 Added system stats and system info endpoints. Added multipart file upload support. Dec 14 Added analytics improvements for execution tracking. Added agent documentation and metadata improvem... Dec 21 Launched Runtara — the open-source durable execution engine underpinning the platform. Added workflo... Dec 28 Added embeddable mode for Runtara core and environment. Introduced SQLite support for lightweight em...
Legend: feature improvement fix
feature improvement

Added bulk delete for object instances. Added child scenario ID mapping in step configuration.

  • Added bulk delete for object instances
  • Improved grid snapping in the workflow editor
  • Added child scenario ID mapping in step configuration
feature

Added parameter name and value editing dialog for input mappings.

  • Added parameter name and value editing dialog for input mappings
improvement feature

Added instance-specific stop functionality (replacing global terminate).

  • Redesigned scenarios view with card-based grid layout
  • Improved workflow editor edge interactivity with hover and selection effects
  • Added instance-specific stop functionality (replacing global terminate)
  • Improved responsive layout for the scenario page
feature

Added AI-powered scenario generation (experimental). Added LENGTH condition support in the condition editor.

  • Added AI-powered scenario generation (experimental)
  • Added LENGTH condition support in the condition editor
feature

Added visual condition editor for building expressions. Added progress tracking for long-running operations.

  • Added visual condition editor for building expressions
  • Added progress tracking for long-running operations
  • Added single-instance checkbox for trigger configuration
  • Added dynamic condition handling for Conditional step type
feature

Added replay functionality for re-running failed scenario instances. Added retry configuration with max retries setting.

  • Added replay functionality for re-running failed scenario instances
  • Added retry configuration with max retries setting
  • Added version columns to the scenarios table
feature improvement

Added scenario version management — create and switch between versions. Added child scenario instance expansion with pagination.

  • Added scenario version management — create and switch between versions
  • Added child scenario instance expansion with pagination
  • Added scenario selection within the workflow editor
  • Improved auto-refresh for object records
feature improvement

Added API key support for service authentication. Added auto-layout for workflow graphs.

  • Added API key support for service authentication
  • Added auto-layout for workflow graphs
  • Added sorting and pagination for scenario history and object instances
  • Added tag display in scenario tables
  • Improved connection management
  • Added child scenario instance expansion
feature improvement

Added Application trigger type for webhook-based scenario execution. Added Analytics Dashboard.

  • Added Application trigger type for webhook-based scenario execution
  • Added Analytics Dashboard
  • Added Object Types and Records management (CRUD)
  • Improved data tables with nested views and customizable borders
  • Updated favicon and branding
feature improvement

Added Scenario History page with timeline and details view. Added host and port validation for connection forms.

  • Added Scenario History page with timeline and details view
  • Renamed “Operator” to “Agent” in the UI
  • Added host and port validation for connection forms
  • Improved project structure and code organization
  • Dynamic step type loading from the server