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 fix

Added scenario import/export — back up and migrate scenario definitions between environments. Added MCP (Model Context Protocol) integration for AI-assisted scenario management.

  • Added scenario import/export — back up and migrate scenario definitions between environments
  • Added MCP (Model Context Protocol) integration for AI-assisted scenario management
  • Added API key authentication support for programmatic access
  • Improved rate limiting across the platform with better visibility and controls
  • Improved handling of truncated events in execution history
  • Improved OpenAI connection handling and error reporting
  • Fixed LENGTH operator handling inside nested expressions
feature improvement fix

Added calendar component for scheduling operations. Added automatic cleanup of stale compiled scenario images.

  • Added calendar component for scheduling operations
  • Improved folder structure and organization for scenarios
  • Unified unsaved changes prompts in the scenario editor
  • Fixed PWA update prompt not reloading correctly
  • Improved scenario validation rules
  • Added automatic cleanup of stale compiled scenario images
feature improvement fix

Added Filter and GroupBy step outputs to the variable picker. Added ID column header to object instance tables.

  • Added Filter and GroupBy step outputs to the variable picker
  • Added ID column header to object instance tables
  • Added ability to open error configuration directly from error handles
  • Improved schema name validation for database filtering
  • Improved Error step field serialization
  • Fixed incomplete filter conditions being sent to the backend
  • Fixed child scenario default variables lost during compilation
  • Improved connection stats and tagging in the execution engine
  • Added variable display in instance history view
feature improvement

Added WaitForSignal step — pause a scenario and resume it via an external signal. Added Delay step for portable, timed waits within workflows.

  • Added WaitForSignal step — pause a scenario and resume it via an external signal
  • Added Delay step for portable, timed waits within workflows
  • Added child scenario input validation with circular dependency detection
  • Added ensure-array capability for Split steps
  • Improved single-instance trigger enforcement
  • Improved rate limit API and visibility
  • Improved heartbeat handling and process termination
  • Streamlined execution platform internals for better reliability
feature improvement

Added Switch step support in the visual editor. Added GroupBy step for aggregating data within workflows.

  • Added Switch step support in the visual editor
  • Added GroupBy step for aggregating data within workflows
  • Added Filter step for conditional data filtering
  • Introduced OpenTelemetry-based observability (tracing, metrics, logs)
  • Improved rate limit display and controls in the dashboard
  • Improved cancellation and pause/resume handling
  • Improved child scenario dependency tracking
  • Added folder-specific scenario fetching
feature improvement

Added bottom panel with history tab for quick access to execution events. Added template editor for configuring step templates.

  • Added bottom panel with history tab for quick access to execution events
  • Added template editor for configuring step templates
  • Introduced structured error handling with dedicated error step configuration
  • Improved auto-layout algorithm for workflow graphs
  • Improved edge rendering and scenario editing UX
  • Added modular Shopify sync scenarios
  • Improved cancellation handling to prevent deadlocks
  • Added scope-specific filtering for execution history
feature improvement fix

Added Progressive Web App (PWA) support — install the dashboard as a native app. Added structured error processing with detailed error context.

  • Added Progressive Web App (PWA) support — install the dashboard as a native app
  • Added structured error processing with detailed error context
  • Added Error step with configurable error handling paths
  • Added connection-based object store support
  • Improved condition editor UX
  • Fixed SFTP connection editing
  • Improved mobile responsiveness
feature improvement

Added File agent for file-based I/O within workflows. Added DateTime agent for date parsing, formatting, and arithmetic.

  • Added File agent for file-based I/O within workflows
  • Added DateTime agent for date parsing, formatting, and arithmetic
  • Added Crypto agent for data signing and verification
  • Added Compression agent for data compression/decompression
  • Improved folder navigation and organization in the dashboard
  • Added compilation status tracking
  • Improved object store with SSL support
  • Added DNS override support inside workflows
  • Improved diamond-pattern code generation for complex workflow graphs
improvement feature

Added environment variable persistence and overrides for workflows. Added background heartbeat monitoring for running scenarios.

  • Improved connection management with async HTTP agent support
  • Added environment variable persistence and overrides for workflows
  • Improved child scenario connection handling
  • Added background heartbeat monitoring for running scenarios
  • Added health endpoints across all services
  • Introduced heartbeat monitoring and tenant-wide metrics in the execution engine
  • Improved default handling for step parameters
improvement feature

Added embeddable mode for Runtara core and environment. Introduced SQLite support for lightweight embedded deployments.

  • Migrated execution engine to Runtara — the new durable execution foundation
  • Added embeddable mode for Runtara core and environment
  • Introduced SQLite support for lightweight embedded deployments
  • Added custom signal support and improved sleep handling
  • Added workflow retry support via the #[durable] macro
  • Added Playwright-based E2E test infrastructure
  • Improved schema validation and scenario history display
  • Added retry, pause, and resume API endpoints