Amazon.SimpleWorkflow.Extensions
1.2.0-beta3
This is a prerelease version of Amazon.SimpleWorkflow.Extensions.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Amazon.SimpleWorkflow.Extensions --version 1.2.0-beta3
NuGet\Install-Package Amazon.SimpleWorkflow.Extensions -Version 1.2.0-beta3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Amazon.SimpleWorkflow.Extensions" Version="1.2.0-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Amazon.SimpleWorkflow.Extensions --version 1.2.0-beta3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Amazon.SimpleWorkflow.Extensions, 1.2.0-beta3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Amazon.SimpleWorkflow.Extensions as a Cake Addin #addin nuget:?package=Amazon.SimpleWorkflow.Extensions&version=1.2.0-beta3&prerelease // Install Amazon.SimpleWorkflow.Extensions as a Cake Tool #tool nuget:?package=Amazon.SimpleWorkflow.Extensions&version=1.2.0-beta3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This library provides:
- an intuitive API for modelling workflows with Amazon's SimpleWorkflow service
- mechanism to automatically exchange data between chained activities/workflows
- mechanism to automatically retry failed activities/workflows up to a max number of attempts
- a convention based versioning scheme for your activities
- mechanism to automatically register domains/workflows/activities
- mechanism to automatically register heartbeats for activities
- asynchronous extensions for standard SWF client functionalities
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- AWSSDK (>= 1.5.25)
- log4net (>= 2.0.3)
- ServiceStack.Text (>= 3.9.35)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 503 | 8/19/2014 |
1.2.1 | 197 | 8/13/2014 |
1.2.0 | 194 | 8/6/2014 |
1.2.0-beta3 | 61 | 4/16/2014 |
1.2.0-beta2 | 55 | 4/3/2014 |
1.2.0-beta | 101 | 11/6/2013 |
1.1.3 | 105 | 7/2/2013 |
1.1.2 | 72 | 6/15/2013 |
1.1.1 | 77 | 3/27/2013 |
1.1.0 | 76 | 3/15/2013 |
1.0.4 | 97 | 3/3/2013 |
1.0.3 | 72 | 2/20/2013 |
1.0.2 | 72 | 2/18/2013 |
1.0.1 | 71 | 2/15/2013 |
1.0.0 | 76 | 2/8/2013 |
- updated to latest version of log4net