conductor-csharp
1.0.1
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 conductor-csharp --version 1.0.1
NuGet\Install-Package conductor-csharp -Version 1.0.1
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="conductor-csharp" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add conductor-csharp --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: conductor-csharp, 1.0.1"
#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 conductor-csharp as a Cake Addin #addin nuget:?package=conductor-csharp&version=1.0.1 // Install conductor-csharp as a Cake Tool #tool nuget:?package=conductor-csharp&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Netflix Conductor C# SDK
The conductor-csharp repository provides the client SDKs to build task workers in C#.
Building the task workers in C# mainly consists of the following steps:
- Setup
conductor-csharp
package - Create and run task workers
- Create workflows using code
- API Documentation
Setup Conductor C# Package
dotnet add package conductor-csharp
Configurations
Authentication Settings (Optional)
Configure the authentication settings if your Conductor server requires authentication.
- keyId: Key for authentication.
- keySecret: Secret for the key.
authenticationSettings: new OrkesAuthenticationSettings(
KeyId: "key",
KeySecret: "secret"
)
Access Control Setup
See Access Control for more details on role-based access control with Conductor and generating API keys for your environment.
Configure API Client
OrkesApiClient GetApiClient(string basePath, string keyId, string keySecret)
{
return new OrkesApiClient(
configuration: new Configuration()
{
BasePath = basePath
},
authenticationSettings: new OrkesAuthenticationSettings(
keyId, keySecret
)
);
}
OrkesApiClient apiClient = GetApiClient(
basePath: "https://play.orkes.io/api",
keyId: "key",
keySecret: "secret"
);
WorkflowResourceApi workflowClient = apiClient.GetClient<WorkflowResourceApi>();
workflowClient.StartWorkflow(
name: "test-sdk-csharp-workflow",
body: new Dictionary<string, object>(),
version: 1
)
Next: Create and run task workers
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- JsonSubTypes (>= 2.0.1)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Caching.Memory (>= 6.0.0)
- Microsoft.Extensions.Hosting (>= 6.0.0)
- Microsoft.Extensions.Http (>= 6.0.0)
- Microsoft.Extensions.Logging (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.1)
- RestSharp.Serializers.NewtonsoftJson (>= 106.13.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Net.Http.Json (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.15 | 11,085 | 6/6/2024 |
1.0.14 | 49,604 | 3/19/2024 |
1.0.13 | 4,709 | 1/4/2024 |
1.0.12 | 29,960 | 8/29/2023 |
1.0.11 | 18,871 | 5/11/2023 |
1.0.10 | 190 | 5/11/2023 |
1.0.9 | 195 | 5/9/2023 |
1.0.8 | 199 | 5/8/2023 |
1.0.7 | 1,048 | 3/23/2023 |
1.0.6 | 246 | 3/22/2023 |
1.0.5 | 241 | 3/22/2023 |
1.0.4 | 294 | 3/16/2023 |
1.0.3 | 272 | 3/15/2023 |
1.0.2 | 270 | 3/15/2023 |
1.0.1 | 253 | 3/12/2023 |
1.0.0 | 305 | 3/6/2023 |
0.1.10 | 124,831 | 2/12/2023 |
0.1.9 | 319 | 2/11/2023 |
0.1.8 | 1,017 | 1/25/2023 |
0.1.7 | 18,094 | 1/3/2023 |
0.1.6 | 18,368 | 12/19/2022 |
0.1.5 | 358 | 12/15/2022 |
0.1.3 | 357 | 12/15/2022 |
0.1.1 | 363 | 12/15/2022 |
0.1.0 | 401 | 12/3/2022 |
0.0.9 | 388 | 12/3/2022 |
0.0.8 | 387 | 12/3/2022 |
0.0.7 | 387 | 12/3/2022 |
0.0.6 | 2,507 | 9/15/2022 |
0.0.5 | 955 | 4/15/2022 |
0.0.4 | 463 | 4/14/2022 |
0.0.3 | 480 | 4/13/2022 |
0.0.2 | 463 | 4/7/2022 |
0.0.1 | 490 | 4/6/2022 |