From 20b01171332a754e143029e34662c2a90a95be04 Mon Sep 17 00:00:00 2001 From: Donald Pinckney Date: Wed, 18 Feb 2026 18:08:32 -0500 Subject: [PATCH] Update README to remove local activities experimental warning Remove experimental warning for local activities in README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f26c7b837..dd35baa48 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,6 @@ Some things to note about the above code: capabilities are needed. * Local activities work very similarly except the functions are `workflow.start_local_activity()` and `workflow.execute_local_activity()` - * ⚠️Local activities are currently experimental * Activities can be methods of a class. Invokers should use `workflow.start_activity_method()`, `workflow.execute_activity_method()`, `workflow.start_local_activity_method()`, and `workflow.execute_local_activity_method()` instead.