.NET SDK
Introducing Temporal .NET – Deterministic Workflow Authoring

Introducing Temporal .NET – Deterministic Workflow Authoring

12/5/2023

What this post added

Introduces the Temporal .NET SDK, detailing its implementation of Activities and Workflows in C#. It highlights the challenges of maintaining workflow determinism in .NET due to its task scheduling and timer management, and outlines the solutions implemented, including a custom TaskScheduler and runtime/compile-time detection of non-deterministic calls. The post also provides code examples for implementing activities, workflows, workers, and executing workflows.

Read the original post ↗