WorkflowEnabler 1.2025.9
Requires NuGet 1.2025.5.0 or higher.
dotnet add package WorkflowEnabler --version 1.2025.9
NuGet\Install-Package WorkflowEnabler -Version 1.2025.9
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="WorkflowEnabler" Version="1.2025.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WorkflowEnabler" Version="1.2025.9" />
<PackageReference Include="WorkflowEnabler" />
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 WorkflowEnabler --version 1.2025.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WorkflowEnabler, 1.2025.9"
#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 WorkflowEnabler@1.2025.9
#: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=WorkflowEnabler&version=1.2025.9
#tool nuget:?package=WorkflowEnabler&version=1.2025.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Workflow Enabler
Workflow Enabler is an XrmToolBox plugin that allows administrators and consultants to manage Dynamics 365 processes in bulk.
Features
- Load workflows and processes from a selected solution
- Filter and search by name or process type
- Activate or deactivate multiple workflows at once
- Immediate status update in the grid (no full reload)
- Detailed operation summary (Succeeded / Skipped / Failed)
- Export visible workflows to CSV
Supported process types
- Classic workflows
- Dialogs
- Actions
- Business Process Flows (BPF)
- Cloud Flows (Modern Flows)
- Desktop Flows
- AI Flows
- Web Client API Flows
How to use
- Click Load Workflows and select a solution
- Use filters or search to find workflows
- Select one or more rows (Ctrl / Shift supported)
- Click Activate or Deactivate
- Review the operation summary
Notes
- Only workflows requiring a state change are processed
- Already active or inactive workflows are skipped
- Errors are reported with detailed messages
Author
Saddam CHEIKH
GitHub: https://github.com/saddam-cheikh/WorkflowEnabler
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- XrmToolBox (>= 1.2017.10.19)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Improved activation/deactivation UX (no console output)
- Immediate status update in grid (no full reload)
- Added detailed results summary (Succeeded / Skipped / Failed) with copy support
- General performance and stability improvements