EAVFW.Extensions.WorkflowEngine 3.1.7

dotnet add package EAVFW.Extensions.WorkflowEngine --version 3.1.7
NuGet\Install-Package EAVFW.Extensions.WorkflowEngine -Version 3.1.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.1.7" />
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.7
#r "nuget: EAVFW.Extensions.WorkflowEngine, 3.1.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.
// Install EAVFW.Extensions.WorkflowEngine as a Cake Addin
#addin nuget:?package=EAVFW.Extensions.WorkflowEngine&version=3.1.7

// Install EAVFW.Extensions.WorkflowEngine as a Cake Tool
#tool nuget:?package=EAVFW.Extensions.WorkflowEngine&version=3.1.7

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.1.7 229 4/25/2024
3.1.6 344 11/30/2023
3.1.5 98 11/27/2023
3.1.4 418 10/29/2023
3.1.3 103 10/29/2023
3.1.2 102 10/25/2023
3.1.1 132 10/24/2023
3.1.0 109 10/18/2023
3.0.2 128 9/29/2023
3.0.1 186 2/1/2023
3.0.1-dev.1 178 12/6/2022
3.0.0 116 11/21/2022
3.0.0-dev.5 91 12/6/2022
3.0.0-dev.4 93 11/21/2022
3.0.0-dev.3 182 11/17/2022
2.0.2-dev.3 126 11/15/2022
2.0.2-dev.2 100 11/9/2022
2.0.2-dev.1 113 11/9/2022
2.0.1 147 10/9/2022
2.0.0 378 10/5/2022
1.1.13 127 9/11/2022
1.1.12 111 9/11/2022
1.1.11 111 9/11/2022
1.1.10 117 8/29/2022
1.1.9 151 8/10/2022
1.1.8 128 8/8/2022
1.1.7 127 8/8/2022
1.1.6 121 8/8/2022
1.1.5 128 8/4/2022
1.1.4 123 8/4/2022
1.1.3 146 8/4/2022
1.1.2 130 8/3/2022
1.1.1 127 8/3/2022
1.1.0 118 8/3/2022
1.0.9 135 8/3/2022
1.0.8 125 7/30/2022
1.0.7 116 7/30/2022
1.0.6 115 7/30/2022
1.0.5 124 7/30/2022
1.0.4 116 7/30/2022
1.0.3 128 7/30/2022
1.0.2 130 7/30/2022
1.0.1 122 7/29/2022