A2v10.Module.Workflow 10.1.1089

There is a newer version of this package available.
See the version list below for details.
dotnet add package A2v10.Module.Workflow --version 10.1.1089
                    
NuGet\Install-Package A2v10.Module.Workflow -Version 10.1.1089
                    
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="A2v10.Module.Workflow" Version="10.1.1089" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="A2v10.Module.Workflow" Version="10.1.1089" />
                    
Directory.Packages.props
<PackageReference Include="A2v10.Module.Workflow" />
                    
Project file
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 A2v10.Module.Workflow --version 10.1.1089
                    
#r "nuget: A2v10.Module.Workflow, 10.1.1089"
                    
#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 A2v10.Module.Workflow@10.1.1089
                    
#: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=A2v10.Module.Workflow&version=10.1.1089
                    
Install as a Cake Addin
#tool nuget:?package=A2v10.Module.Workflow&version=10.1.1089
                    
Install as a Cake Tool

A2v10.Module.Workflow

Workflow UI module for A2v10 application

How to use

  1. Install workflow modules (WebApp):
<ItemGroup>
    <PackageReference Include="A2v10.Module.Workflow" Version="10.1.1082" />
</ItemGroup>

Dependent Modules (A2v10.Workflow.WebAssets, A2v10.Workflow.Engine, A2v10.Scheduling) will be installed automatically.

  1. Add the Workflow engine to the service collection and register the engine target. Add Scheduler to the service collection and register the Workflow Pending job handler.
services.AddWorkflowEngineScoped()
.AddInvokeTargets(a =>
{
    a.RegisterEngine<WorkflowInvokeTarget>("Workflow", InvokeScope.Scoped);
});

services.UseScheduling(Configuration, factory =>
{
    factory.RegisterJobHandler<WorkflowPendingJobHandler>("WorkflowPending");
});
  1. Add the Scheduler configuration to the appsettings.json
"Scheduler": {
    "Jobs": [
        {
            "Id": "WorkflowPending",
            "Handler": "WorkflowPending",
            "Cron": "0 * * ? * *" /* every minute */
        }
    ]
}
  1. Run the WebApp/_assets/sql/a2_scheduling.sql script to create scheduling tables, views, stored procedures, etc.
  2. Run the WebApp/_assets/sql/a2v10_workflow.sql script to create workflow tables, views, stored procedures, etc.
  3. Run the WebApp/_assets/sql/a2v10_workflow_module.sql script to create workflow UI assets.

Available UI Endpoints

  • page:/$workflow/catalog/index/0 - workflow catalog
  • page:/$workflow/instance/index/0 - workflow instances
  • page:/$workflow/autostart/index/0 - autostart catalog

Available Dialogs

  • /$workflow/instance/show/{id} - show workflow instance
  • /$workflow/instance/log/{id} - show instance log
  • /$workflow/instance/variables/{id} - show instance variables
  • /$workflow/instance/events/{id} - show instance events

Feedback

A2v10.Module.Workflow is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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.

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
10.1.1090 107 1/18/2026
10.1.1089 101 1/10/2026
10.1.1088 101 1/8/2026
10.1.1087 106 1/7/2026
10.1.1086 94 1/6/2026
10.1.1085 107 12/31/2025
10.1.1084 89 12/30/2025
10.1.1083 149 12/26/2025
10.1.1082 710 12/3/2025
10.1.1081 671 12/2/2025
10.1.1080 580 12/1/2025
10.1.1073 243 10/31/2025
10.1.1072 223 10/19/2025
10.1.1071 232 10/1/2025
10.1.1070 347 9/18/2025
10.1.1069 352 9/17/2025
10.1.1068 180 9/14/2025
10.1.1067 361 8/25/2025
10.1.1066 118 8/23/2025
10.1.1065 203 8/18/2025
10.1.1064 167 8/17/2025
10.1.1063 200 8/12/2025
10.1.1062 181 8/11/2025
10.1.1061 284 8/6/2025
10.1.1060 272 8/6/2025
10.1.1059 272 8/6/2025
10.1.1058 266 8/6/2025
10.1.1057 138 7/31/2025
10.1.1056 148 7/31/2025
10.1.1055 148 7/31/2025
10.1.1054 154 7/29/2025
10.1.1053 307 7/26/2025
10.1.1052 454 7/25/2025
10.1.1051 530 7/24/2025
10.1.1050 562 7/23/2025
10.1.1049 560 7/22/2025
10.1.1048 553 7/22/2025
10.1.1046 211 7/9/2025
10.1.1045 197 7/2/2025
10.1.1044 201 6/26/2025
10.1.1043 237 6/19/2025
10.1.1042 188 6/14/2025
10.1.1041 315 6/13/2025
10.1.1040 340 6/12/2025
10.1.1039 222 6/4/2025
10.1.1038 137 5/31/2025
10.1.1037 170 5/30/2025
10.1.1036 193 5/30/2025
10.1.1035 195 5/29/2025
10.1.1033 208 5/20/2025
10.1.1032 202 5/19/2025
10.1.1031 235 5/16/2025
10.1.1030 254 5/16/2025