EAVFW.Extensions.WorkflowEngine
3.1.0
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.1.0
NuGet\Install-Package EAVFW.Extensions.WorkflowEngine -Version 3.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EAVFW.Extensions.WorkflowEngine --version 3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EAVFW.Extensions.WorkflowEngine, 3.1.0"
#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 EAVFW.Extensions.WorkflowEngine as a Cake Addin #addin nuget:?package=EAVFW.Extensions.WorkflowEngine&version=3.1.0 // Install EAVFW.Extensions.WorkflowEngine as a Cake Tool #tool nuget:?package=EAVFW.Extensions.WorkflowEngine&version=3.1.0
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 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Delegate.WorkflowEngine.Hangfire (>= 3.1.0)
- EAVFramework (>= 4.0.2)
- EAVFW.Extensions.Documents (>= 3.0.0)
- Hangfire.AspNetCore (>= 1.8.6)
- Hangfire.SqlServer (>= 1.8.6)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 6.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 |
---|---|---|
4.0.0 | 38 | 11/13/2024 |
3.2.10 | 41 | 11/12/2024 |
3.2.9 | 227 | 10/17/2024 |
3.2.8 | 350 | 9/13/2024 |
3.2.7 | 211 | 8/28/2024 |
3.2.6 | 155 | 8/25/2024 |
3.2.5 | 90 | 8/21/2024 |
3.2.4 | 214 | 8/21/2024 |
3.2.3 | 92 | 8/18/2024 |
3.2.2 | 544 | 8/8/2024 |
3.2.1 | 236 | 6/25/2024 |
3.2.0 | 98 | 6/25/2024 |
3.1.8 | 155 | 6/5/2024 |
3.1.7 | 637 | 4/25/2024 |
3.1.6 | 513 | 11/30/2023 |
3.1.5 | 145 | 11/27/2023 |
3.1.4 | 567 | 10/29/2023 |
3.1.3 | 119 | 10/29/2023 |
3.1.2 | 129 | 10/25/2023 |
3.1.1 | 162 | 10/24/2023 |
3.1.0 | 138 | 10/18/2023 |
3.0.2 | 145 | 9/29/2023 |
3.0.1 | 215 | 2/1/2023 |
3.0.1-dev.1 | 217 | 12/6/2022 |
3.0.0 | 132 | 11/21/2022 |
3.0.0-dev.5 | 104 | 12/6/2022 |
3.0.0-dev.4 | 106 | 11/21/2022 |
3.0.0-dev.3 | 225 | 11/17/2022 |
2.0.2-dev.3 | 139 | 11/15/2022 |
2.0.2-dev.2 | 114 | 11/9/2022 |
2.0.2-dev.1 | 127 | 11/9/2022 |
2.0.1 | 165 | 10/9/2022 |
2.0.0 | 405 | 10/5/2022 |
1.1.13 | 143 | 9/11/2022 |
1.1.12 | 125 | 9/11/2022 |
1.1.11 | 126 | 9/11/2022 |
1.1.10 | 133 | 8/29/2022 |
1.1.9 | 165 | 8/10/2022 |
1.1.8 | 143 | 8/8/2022 |
1.1.7 | 141 | 8/8/2022 |
1.1.6 | 135 | 8/8/2022 |
1.1.5 | 142 | 8/4/2022 |
1.1.4 | 138 | 8/4/2022 |
1.1.3 | 159 | 8/4/2022 |
1.1.2 | 145 | 8/3/2022 |
1.1.1 | 142 | 8/3/2022 |
1.1.0 | 132 | 8/3/2022 |
1.0.9 | 151 | 8/3/2022 |
1.0.8 | 140 | 7/30/2022 |
1.0.7 | 132 | 7/30/2022 |
1.0.6 | 130 | 7/30/2022 |
1.0.5 | 138 | 7/30/2022 |
1.0.4 | 131 | 7/30/2022 |
1.0.3 | 142 | 7/30/2022 |
1.0.2 | 146 | 7/30/2022 |
1.0.1 | 137 | 7/29/2022 |