Additions and updates to the Sperta platform.
October 2, 2024
You can now manually assign cases to agents or use a case queue to automatically do so. Take a look at Case management to learn more.
September 5, 2024
We launched Long-running workflows to let you pause a workflow for review and then resume it.
August 14, 2024
We have two product updates this week:
- You can now create allow lists or block lists with Bulk lists
- We supported Single sign-on for enterprise customers.
July 30, 2024
We have two product updates this week:
- You can save test cases in sanity tests to reuse test data.
- You can now restore a workflow version.
July 17, 2024
You can now archive a step when it can’t be deleted due to existing rollouts.
July 2, 2024
We redesigned the user experience of Rollouts so that it’s easier to discover and create rollouts.
June 19, 2024
We have two product updates this week:
- You can now reuse workflows with Sub-workflows.
- You can now sign in with Google without creating an account with your email and password. Take a look at Create account to learn more.
May 29, 2024
We have two product updates this week:
- We added the Workflow Contributor role, which allows workspace admins to limit the edit access to selected workflows for a user.
- We removed the limit on the number of decisions, and now you can add more than 8 decisions to each workflow.
May 15, 2024
In Sanity test, you can now switch between workflow versions and also refresh workflow versions to reuse the test data.
May 8, 2024
When searching for Executions, you can now add search conditions such as execution ID, workflow ID, rule decision, and workflow decision.
April 25, 2024
You’re no longer limited to 100 search results on the executions page, thanks to server-side pagination.
April 11, 2024
We have two product updates this week:
- We scaled backtesting, and you can now run backtests with hundreds of millions of executions.
- HTTP connectors now support mutual TLS.
March 20, 2024
We introduced the JSON data type for input features, which lets you pass in objects and a list of objects. Take a look at concepts to learn more.
February 28, 2024
We have two product updates this week:
- We used cache to reduce the latency of workflow executions. Even for the slowest 1%, the latency is under 80ms.
- We launched deployment approvals to allow teams to review a deployment before it goes live. Take a look at Deployments to learn more.
February 21, 2024
We introduced the Timestamp data type. Take a look at concepts and SEL built-in functions to learn more.
February 1, 2024
We have two product updates this week:
- You can now run backtests with executions, which also means backtesting is supported for workflows that contain data sources.
- Data sources are now run in parallel if they are in the same stage, reducing the workflow's latency.
January 5, 2024
You can now create a case from a workflow. Take a look at Add a case node to learn more.
December 18, 2023
Workflow executions are now stored and available to search. Take a look at Executions to learn more.
December 6, 2023
You can now run Sanity test on workflows containing data sources by mocking the data source features and responses.
November 24, 2023
We have 3 product updates this week:
- Entity features and Data sources are now available to all the users.
- We added auth methods to HTTP connectors, starting with basic auth, API key auth, and bearer token auth.
- You can now explore transformed features and data sources features in addition to input features in the feature exploration panel while creating or updating steps.
October 31, 2023
We launched HTTP connectors this week, which let you connect to any data vendors or internal services that have a JSON API.
October 4, 2023
We launched Case management this week, which lets you manually review cases.
August 16, 2023
We launched Entity features this week, which lets you use a Person or Business entity as an input feature.
June 15, 2023
We launched experiments and RBAC this week:
- Experiments let you test workflow versions with live traffic.
- User roles ensure your team members get the right level of access.
April 12, 2023
We released Backtesting this week. You can backtest a workflow version by uploading a CSV file and downloading the test results when the backtest finishes.
March 30, 2023
We released workflow Sanity test and conditional step this week:
- Workflow sanity test allows you to test the workflow by providing feature values in the dashboard. Sanity tests are free to use, and it doesn’t impact what’s running in production.
- The conditional step is similar to the decision table, and it enables you to output features based on conditions.
January 23, 2023
We released two features this week:
- You can now deploy a specific workflow version.
- You can now pass in a List as an input feature. A List supports String, Double, Integer, and Boolean as its element types.
October 17, 2022
We updated the dashboard to prepare for the release of workflow versioning:
- We added a standalone
Steps
page where you can view all the rules and feature transformations of a workflow on one page. - To create rollouts, you will now go to the stage rollouts page instead of creating the rollout on the step page.