Info
Version: | 0.1.5 |
Author(s): | josh.lane |
Last Update: | Monday, February 8, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DurableStateMachines.Functions |
Install
Install-Package DurableStateMachines.Functions
dotnet add package DurableStateMachines.Functions
paket add DurableStateMachines.Functions
DurableStateMachines.Functions Download (Unzip the "nupkg" after downloading)
Dependencies
- DurableStateMachines.Client(>= 0.1.0)
- Microsoft.AspNetCore.SignalR.Client(>= 3.1.10)
- Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson(>= 3.1.10)
- Microsoft.Azure.Functions.Extensions(>= 1.1.0)
- Microsoft.Azure.WebJobs.Extensions.DurableTask(>= 2.4.1)
- Microsoft.Azure.WebJobs.Script.Abstractions(>= 1.0.0)
Tags
To use it, simply reference this package in a standard Azure Durable Functions project and define statecharts using either strongly-typed .NET syntax, or JSON. For more information on statecharts, see https://statecharts.github.io/.