> For the complete documentation index, see [llms.txt](https://docs.1kosmos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1kosmos.com/workflow-builder/release-notes.md).

# Release Notes

***

### 2.1.0-r.3 — June 13, 2026

#### ID Verification Features

**Improve Selfie Capture Performance with Light Mode**

A new Light Mode option is available for the selfie capture workflow node. When enabled, selfie capture uses native browser camera APIs, bypassing heavier processing dependencies. This reduces memory consumption, improves browser stability, and helps prevent extension crashes in memory-constrained environments.

**Inherit Requested DNS for Workflow Instance URLs**

When requesting a new workflow instance using an access code, 1Kosmos now returns an instance URL that matches the domain used to make the request. Tenants with multiple configured domains will receive instance URLs consistent with the domain used at the time of the request.

***

### 1.13.00 — May 15, 2026

#### ID Verification Enhancements

**Auto-Capture for Selfie Node**

A new toggle has been added to the selfie capture node to enable or disable auto-capture. Auto-capture is disabled by default. When enabled, the camera opens automatically when the selfie node renders. The system detects a valid face and captures the selfie automatically — no manual button is shown. When disabled, the manual capture button is displayed, allowing users to capture the selfie as before. Face detection intervals have been improved from 500ms to 100ms for faster response.

**Phone and Email Search Nodes in Workflow Builder (Beta)**

Two new nodes — Phone Search and Email Search — have been introduced in the Workflow Builder, enabling administrators to verify phone numbers and email addresses as part of a workflow. For the Email Search node, the email input must be mapped using the JS Code field in the Node Editor to specify which workflow attribute contains the email value. Administrators can use the Insert Node Reference option to select the email field from a previous node, which automatically generates the correct reference.

{% hint style="info" %}
Note: This feature is currently in Beta.
{% endhint %}

**Configurable Liveness in Selfie Capture Node**

Liveness verification in the Selfie Capture node is now configurable through a new Skip Liveness Check option in the Node Editor. By default, this option is disabled and liveness verification is performed. When enabled, liveness verification is skipped for selfie capture. This provides flexibility to tailor verification flows based on risk level, reduces verification time for low-risk scenarios, and improves the overall user experience.

#### API Enhancements

**New /workflow\_instance/:instanceId/results Endpoint**

A new GET /workflow\_instance/:instanceId/results endpoint has been added, returning node-level execution results for a given workflow instance. API consumers can now inspect the execution state of each node independently, without fetching the full result summary. This endpoint is accessible to system, service, service\_ext, and app key types.

***

### 1.12.08.03 — April 11, 2026

#### What's New

**Secrets Management Support for Workflow Nodes**

Secure secrets management is now available for Workflow Nodes. Secrets are created in the Secrets Store on the AdminX interface and referenced in workflows using {{secrets.$tag}}. Values are injected at runtime and never exposed in UI, logs, or execution results.

{% hint style="info" %}
Note: Secrets can only be added or deleted, not viewed or edited.
{% endhint %}

**Workflow Builder JavaScript Enhancements**

* Support for orphan JS nodes with optional handlers (Success/Fail/Error)
* Ability to add JavaScript elements in User Interaction and Outcome nodes

**Workflow Instance Invocation via URL Parameters**

Workflows can now accept input via URL parameters when invoked with an access code. Parameters are automatically processed by the UI.

**Case-Insensitive Filtering on Workflow Instances Page**

Workflow Instance filters now support case-insensitive search.

#### API Enhancements

* APIs now support OAuth 2.0 client credentials for secure, scoped access. Supported operations: create workflow instances, poll workflow results, fetch user and device details.

#### Bug Fixes

* Fixed Workflow UI appearing broken due to CSS being removed by DOMPurify

***

### 1.12.04.01 — March 14, 2026

#### What's New

**Visual Workflow Builder for Verification Journeys \[Beta]**

Community administrators can now use a visual, drag-and-drop interface to build and customize the sequence of screens users see during identity verification sessions. Allows selecting nodes, connecting them to define verification paths, and previewing workflows without backend development. See Workflow Builder.

**Launch Verification Sessions from Workflows \[Beta]**

Community administrators can now launch identity verification sessions directly from configured workflows in AdminX. See Launching Verification Sessions.

**New Permission**

Introduced a new workflow\.manage permission to control access to workflow creation and management.

***

### 1.12.00.01 — January 10, 2026

#### API Enhancements

* The Create Workflow Instance API path has been updated from /workflowapi/workflow\_instance to /workflowapi/workflow\_instance/tenant/{tenantId}/community/{communityId}/create

***

### 1.11.09.01 — December 13, 2025

#### Bug Fixes

* Fixed the error message shown when attempting to create a WFI with an invalid access code
* Fixed an issue where a WFI could be created with an invalid communityId
* Corrected the HTTP status code to 404 when attempting to generate a WFI for an invalid or non-existent workflow
* Fixed an internal server error thrown when reloading a WFI on the IDProofing node
* Fixed an issue where metadata was not passed to the IDProofing session even when person\_info was available in the workflow summary

***

### 1.11.08 — November 15, 2025

#### Bug Fixes

* Resolved an exception error causing LiveID capture to fail in the workflow


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.1kosmos.com/workflow-builder/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
