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 Split step type for parallel workflow branches. Added ability to add nodes inside nested groups.

  • Added Split step type for parallel workflow branches
  • Added ability to add nodes inside nested groups
  • Added simple input mapping with value fields
  • Improved RepeatUntil editing and node positioning
  • Fixed scenario name trimming and toast messages
  • Added ability to save empty scenarios
feature improvement

Added RepeatUntil step type for loop-based workflows. Added initial test coverage for frontend components.

  • Added RepeatUntil step type for loop-based workflows
  • Improved trigger form validation and CRON field handling
  • Added initial test coverage for frontend components
  • Improved connections page UI
feature improvement

Added cron schedule field with expression builder. Added sidebar tooltips for navigation.

  • Added cron schedule field with expression builder
  • Added sidebar tooltips for navigation
  • Added invocation history pagination
  • Improved trigger and connection editing
improvement feature

Added Wait node type for timed delays in workflows.

  • Redesigned Connections page with create/edit forms
  • Added Wait node type for timed delays in workflows
  • Improved node form validation
improvement feature

Added Scenario Invocation History with timeline view. Added copy/paste support for workflow nodes.

  • Redesigned node configuration form
  • Added Scenario Invocation History with timeline view
  • Added copy/paste support for workflow nodes
  • Added execution timeout configuration per step
  • Improved event rendering and node labels
feature improvement

Launched the visual Scenario Workflow Editor. Added step type support with dynamic icons.

  • Launched the visual Scenario Workflow Editor
  • Added step type support with dynamic icons
  • Added invocation triggers for scenarios
  • Added sidebar navigation and step timeline
  • Added conditional step support
  • Improved input mapping with default values
feature improvement

Added scenario creation flow. Added permission-based conditional views.

  • Added scenario creation flow
  • Migrated authentication to Cognito with automatic sign-in
  • Added permission-based conditional views
  • Added scenario termination support
  • Added orders table with actions and polling
feature

Added Scenarios management with table view, creation, and deletion. Added Orders page with expandable table rows and column filtering.

  • Added Scenarios management with table view, creation, and deletion
  • Added Orders page with expandable table rows and column filtering
  • Added error boundary for graceful error handling
feature improvement

Added scenario browser with table view. Added toast notifications.

  • Added scenario browser with table view
  • Added toast notifications
  • Improved mobile responsiveness
feature

Added Connection management UI with card-based layout. Added authentication with OIDC integration.

  • Initial platform launch
  • Added Connection management UI with card-based layout
  • Added authentication with OIDC integration
  • Added form validation for connection configuration
  • Added mobile-responsive navigation with auth controls
  • Added API client generation from OpenAPI specs