Fleans.Plugins.RestCaller
0.5.0
dotnet add package Fleans.Plugins.RestCaller --version 0.5.0
NuGet\Install-Package Fleans.Plugins.RestCaller -Version 0.5.0
<PackageReference Include="Fleans.Plugins.RestCaller" Version="0.5.0" />
<PackageVersion Include="Fleans.Plugins.RestCaller" Version="0.5.0" />
<PackageReference Include="Fleans.Plugins.RestCaller" />
paket add Fleans.Plugins.RestCaller --version 0.5.0
#r "nuget: Fleans.Plugins.RestCaller, 0.5.0"
#:package Fleans.Plugins.RestCaller@0.5.0
#addin nuget:?package=Fleans.Plugins.RestCaller&version=0.5.0
#tool nuget:?package=Fleans.Plugins.RestCaller&version=0.5.0
Fleans.Plugins.RestCaller
Backs <serviceTask type="rest-call"> BPMN service tasks with an outbound HTTP request.
Populates __response with status, statusCode, ok, body, and headers; throws a
typed CustomTaskFailedActivityException on non-success per the engine's failure-code
mapping.
Minimum consumer usage
In your worker silo's Program.cs:
using Fleans.Plugins.RestCaller;
builder.Services.AddRestCallerPlugin();
The plugin then claims <serviceTask type="rest-call"> activities at runtime. See the
Custom Tasks documentation
for the full input/output schema.
Plugin packages share the engine's
<VersionPrefix>track — every Fleans release bumps every plugin's NuGet version even when the plugin source is bit-identical (same precedent asAspire.Hosting.*/Microsoft.Orleans.*).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Fleans.Worker (>= 0.5.0)
- Microsoft.Extensions.Http (>= 10.0.0)
- Microsoft.Orleans.Sdk (>= 10.0.1)
- Newtonsoft.Json (>= 13.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.