EAVFW.Extensions.WorkflowEngine
3.2.7
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 EAVFW.Extensions.WorkflowEngine --version 3.2.7
NuGet\Install-Package EAVFW.Extensions.WorkflowEngine -Version 3.2.7
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="EAVFW.Extensions.WorkflowEngine" Version="3.2.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EAVFW.Extensions.WorkflowEngine" Version="3.2.7" />
<PackageReference Include="EAVFW.Extensions.WorkflowEngine" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EAVFW.Extensions.WorkflowEngine --version 3.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EAVFW.Extensions.WorkflowEngine, 3.2.7"
#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.
#:package EAVFW.Extensions.WorkflowEngine@3.2.7
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EAVFW.Extensions.WorkflowEngine&version=3.2.7
#tool nuget:?package=EAVFW.Extensions.WorkflowEngine&version=3.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EAVFW.Extensions.WorkflowEngine
dotnet tool run eavfw-manifest install EAVFW.Extensions.WorkflowEngine
A Run workflow ribbon button
import { RegistereRibbonButton, useAppInfo, useModelDrivenApp, useRibbon } from "@eavfw/apps";
RegistereRibbonButton("RUN_REMOTE_WORKFLOW", ({ key, ...props }) => {
const { registerButton, events } = useRibbon();
const { currentEntityName, currentRecordId } = useAppInfo();
const app = useModelDrivenApp();
registerButton({
key: key,
text: props.text ?? "Run Workflow",
iconProps: props.iconProps ?? { iconName: 'Send' },
title: props.title ?? props.text ?? "Run Workflow",
disabled: false,
onClick: () => {
//@ts-ignore
let rsp = fetch(`${process.env.NEXT_PUBLIC_API_BASE_URL}/entities/${app.getEntity(currentEntityName).collectionSchemaName}/records/${currentRecordId}/workflows/${props.workflowName}/runs`, {
method: "POST",
body: JSON.stringify({}),
credentials: "include"
});
}
//workflow: props.workflow
// onClick: onClick
});
});
Changelog
(12/6/2022) - Bug on forloop payload fixed
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Delegate.WorkflowEngine.Hangfire (>= 3.2.5)
- EAVFramework (>= 4.5.0-dev.28)
- EAVFW.Extensions.Configuration (>= 2.2.1)
- EAVFW.Extensions.Documents (>= 3.1.0)
- Hangfire.AspNetCore (>= 1.8.14)
- Hangfire.SqlServer (>= 1.8.14)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
-
net8.0
- Delegate.WorkflowEngine.Hangfire (>= 3.2.5)
- EAVFramework (>= 4.5.0-dev.28)
- EAVFW.Extensions.Configuration (>= 2.2.1)
- EAVFW.Extensions.Documents (>= 3.1.0)
- Hangfire.AspNetCore (>= 1.8.14)
- Hangfire.SqlServer (>= 1.8.14)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on EAVFW.Extensions.WorkflowEngine:
| Package | Downloads |
|---|---|
|
EAVFW.Extensions.DynamicManifest
Dynamic Manifest Support for runtime models |
|
|
EAVFW.Extensions.Docs.Extractor
Package Description |
|
|
EAVFW.Extensions.DigitalSigning
Digital Signing Package for EAVFW Busines Application Framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0 | 646 | 12/18/2024 |
| 4.0.2 | 203 | 12/16/2024 |
| 4.0.1 | 413 | 12/9/2024 |
| 4.0.0 | 595 | 11/13/2024 |
| 3.2.10 | 278 | 11/12/2024 |
| 3.2.9 | 383 | 10/17/2024 |
| 3.2.8 | 493 | 9/13/2024 |
| 3.2.7 | 336 | 8/28/2024 |
| 3.2.6 | 294 | 8/25/2024 |
| 3.2.5 | 229 | 8/21/2024 |
| 3.2.4 | 344 | 8/21/2024 |
| 3.2.3 | 219 | 8/18/2024 |
| 3.2.2 | 689 | 8/8/2024 |
| 3.2.1 | 378 | 6/25/2024 |
| 3.2.0 | 261 | 6/25/2024 |
| 3.1.8 | 299 | 6/5/2024 |
| 3.1.7 | 865 | 4/25/2024 |
| 3.1.6 | 693 | 11/30/2023 |
| 3.1.5 | 267 | 11/27/2023 |
| 3.1.4 | 870 | 10/29/2023 |
Loading failed