WJb.UI.Blazor 0.117.2

dotnet add package WJb.UI.Blazor --version 0.117.2
                    
NuGet\Install-Package WJb.UI.Blazor -Version 0.117.2
                    
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="WJb.UI.Blazor" Version="0.117.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WJb.UI.Blazor" Version="0.117.2" />
                    
Directory.Packages.props
<PackageReference Include="WJb.UI.Blazor" />
                    
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 WJb.UI.Blazor --version 0.117.2
                    
#r "nuget: WJb.UI.Blazor, 0.117.2"
                    
#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 WJb.UI.Blazor@0.117.2
                    
#: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=WJb.UI.Blazor&version=0.117.2
                    
Install as a Cake Addin
#tool nuget:?package=WJb.UI.Blazor&version=0.117.2
                    
Install as a Cake Tool

⚡ WJb.UI.Blazor

Free Blazor monitoring and administration UI for WJb.


🚀 Overview

WJb.UI.Blazor provides a ready-to-use administration interface for WJb.

Monitor jobs and manage action and service definitions through a clean Blazor-based user interface without external UI dependencies.

Included

  • ✅ Jobs monitoring
  • ✅ Job payload and result viewer
  • ✅ Action definitions management
  • ✅ Service definitions management
  • ✅ Action testing
  • ✅ Responsive layout
  • ✅ Works with all WJb stores

📸 UI Overview

Home

Provides a simple starting point for navigation.

  • Jobs
  • Actions
  • Services

Jobs

Monitor workflow execution and inspect job details.

Features:

  • View jobs
  • Filter by date
  • Search loaded jobs
  • Pagination controls
  • Progress tracking
  • Payload inspection
  • Result inspection
  • Retry failed jobs
  • Cancel running jobs
  • Execution timeline (RunAt, StartedAt, FinishedAt)

Supported states:

Pending
Running
Completed
Failed

Actions

Manage action definitions.

Features:

  • Manage action definitions
  • Edit settings
  • View JSON configuration
  • Test actions

Services

Manage service definitions.

Features:

  • Manage service definitions
  • Edit settings
  • Key/value configuration editor
  • JSON viewer

📦 Installation

dotnet add package WJb.UI.Blazor

🧩 Components

Actions

<DefinitionsTab DefinitionType="DefinitionType.Actions" />

Services

<DefinitionsTab DefinitionType="DefinitionType.Services" />

Jobs

<JobsTab />

🔗 Dependencies

Required:

WJb

Optional:

WJb.Sql

for SQL Server persistence.


🎯 Design Goals

WJb.UI.Blazor focuses on administration and monitoring.

It intentionally avoids:

  • workflow design tools
  • hidden orchestration
  • runtime modifications
  • dashboard-style metrics inflation

The goal is simple:

View jobs
Inspect payloads and results
Understand workflow execution
Manage definitions
Test actions

✨ Highlights

Job Details

Inspect payloads, results, execution status, and job history.

{
  "to": "user@test.com",
  "subject": "Welcome"
}

Action Testing

Run actions directly from the UI.

▶ Test

Configuration Editor

Manage definitions without editing source code.

Services
Actions

Directly from the browser.

Job Operations

👁 View
⛔ Cancel
🔄 Retry

Manage jobs directly from the UI.


🧩 Compatible Packages

Free

WJb
WJb.UI.Blazor

Commercial

WJb.Sql

📃 License

WJb License (Non-Commercial Use)

WJb is free for personal, educational, evaluation, research, and other non-commercial use.

Commercial use requires a valid WJb commercial license.

A commercial license includes WJb.Sql and grants perpetual rights to use the licensed version.

See the included LICENSE file for complete licensing terms.


☕ Support WJb

If WJb helps your projects:

👉 https://ko-fi.com/ukrguru


WJb.UI.Blazor helps you understand what ran, what happened, and what runs next.

Product 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. 
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
0.117.2 39 8/21/2026
0.117.1 82 8/20/2026
0.117.0 73 8/18/2026