ANNOUNCEMENT

Orkes Conductor Changelog

All
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
May 01, 2026
Platform
AI Assistant supports Claude and OpenAI

AI Assistant, an AI-powered chat interface in Conductor UI which supports building workflows, debugging executions, and exploring your workflow catalog, can now be powered by Claude (Anthropic) or OpenAI models.

Learn more
Apr 22, 2026
API
Retrieve all resources associated with a tag via new API

Introduced a new GET /api/metadata/tags/resources endpoint that retrieves all resources associated with a specific tag.

Learn more
Apr 07, 2026
Platform
Mock Sub Workflow tasks in workflow tests

POST /workflow/test and POST /workflow/test/sync now support mocking Sub Workflow tasks. When a mock output is supplied for a Sub Workflow's task reference name, the task completes immediately with that output, and no child workflow is started.

Customizable HTTP status codes

The HTTP task and HTTP Poll task now support an acceptedStatusCodes field in inputParameters. Use this to define which HTTP status codes or families (e.g., "404", "4xx") should be treated as successful task outcomes. When not set, only 2xx responses are accepted. When explicitly set, only the listed codes are accepted; 2xx is not implicitly included.

Mar 19, 2026
Platform
Return sync API calls immediately when hitting a Wait task

The Wait task now supports a yield input parameter. When set to true, synchronous API calls return immediately upon reaching a Wait task with a duration, rather than holding the HTTP connection open.

Learn more
Mar 16, 2026
API
Test workflows synchronously with HTTP task mocking

A new endpoint POST /workflow/test/sync has been added for testing workflows synchronously. The key addition in this endpoint is support for mocking HTTP tasks. You can supply mock outputs for HTTP tasks the same way as any other task. If no mock is provided for an HTTP task, it falls through and executes normally.

Learn more
Jan 27, 2026
Platform
Build workflows with the AI Assistant

The Conductor AI Assistant can now leverage configured integrations when helping build workflows, making it easier to create integration-connected workflows through conversational UI.

Learn more
Jan 7, 2026
API
Retrieve all tags grouped by resource type via new API

A new GET /api/metadata/tags/grouped endpoint returns all tags organized by resource type with a count per type. This supports tag management and auditing across large Conductor deployments.

Learn more
Dec 15, 2025
Platform
Expose workflows as APIs and MCP tools with Gateway

Orkes Conductor’s Gateway lets you expose any workflow as an API endpoint or MCP tool. API Gateway routes map HTTP requests to workflows, while MCP Gateway surfaces workflows as tools for AI agents. Both support authentication, rate limiting, CORS configuration, and pre/post transformation scripts.

Learn more
Oct 29, 2025
Integrations
AWS and GCP cloud provider integrations

Orkes Conductor now supports integrations with AWS and Google Cloud Platform, enabling workflows to securely access private S3 and GCS storage buckets using storage-related tasks.

Learn more
Oct 24, 2025
Platform
Split large text into segments with the Chunk Text task

The new AI task, Chunk Text, splits large text content into smaller, structured s

Learn more
List files from S3, GCS, Azure Blob, or Git in a workflow

The new AI task, List Files, retrieves file listings from S3, GCS, Azure Blob, or Git repositories. It is designed for workflows that need to dynamically index or process file-based data sources.

Learn more
Extract and convert documents to Markdown with the Parse Document task

The new AI task, Parse Document, extracts and converts documents from cloud storage, Git repositories, and websites into Markdown format. It supports Office documents, PDFs, HTML, images (via OCR), ZIP archives, and text files.

Learn more
Introducing Agentspan
We’re open-sourcing Agentspan, a durable runtime for AI agents and an open-source SDK to build, run, and observe agents
Try It Now!