diff --git a/README.md b/README.md index 9c5d30f6..8da24089 100644 --- a/README.md +++ b/README.md @@ -256,17 +256,6 @@ resource waiting for its successful completion - [**Worker Versioning**](./worker-versioning): Demonstrates how to use worker versioning to manage workflow code changes. -### Pending examples - -Mostly examples we haven't yet ported from https://github.com/temporalio/samples-java/ - -- Async activity calling: *Example to be completed* -- Async lambda: *Example to be completed* -- Periodic Workflow: Workflow that executes some logic periodically. *Example to be completed* -- Exception propagation and wrapping: *Example to be completed* -- Polymorphic activity: *Example to be completed* -- Side Effect: *Example to be completed* - [Docs](https://docs.temporal.io/application-development/features?lang=go#side-effects) - ### Fixtures These are edge case examples useful for Temporal internal development and bug