FlowEventExplorer 2.0.0.2

Requires NuGet 2.0.0.2 or higher.

dotnet add package FlowEventExplorer --version 2.0.0.2
                    
NuGet\Install-Package FlowEventExplorer -Version 2.0.0.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="FlowEventExplorer" Version="2.0.0.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FlowEventExplorer" Version="2.0.0.2" />
                    
Directory.Packages.props
<PackageReference Include="FlowEventExplorer">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 FlowEventExplorer --version 2.0.0.2
                    
#r "nuget: FlowEventExplorer, 2.0.0.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 FlowEventExplorer@2.0.0.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=FlowEventExplorer&version=2.0.0.2
                    
Install as a Cake Addin
#tool nuget:?package=FlowEventExplorer&version=2.0.0.2
                    
Install as a Cake Tool

FlowEventExplorer

FlowEventExplorer is an XrmToolBox plugin designed to empower Dynamics 365 users by providing a comprehensive view of cloud flows within their environment. Whether you’re working with automated flows, instant flows, or scheduled flows, this tool offers an intuitive interface to explore, manage, and inspect these flows in detail.

Features

  • Comprehensive Flow Viewing:
    View all types of cloud flows in your environment, including Automated, Instant, and Scheduled flows.

  • Entity and Event Tree View:
    Visualize entities and their associated events (Create, Update, Delete) in a hierarchical tree structure, specifically for Automated flows.

  • Flow Listing:
    Instantly load and list all cloud flows, including those triggered manually (Instant flows) or on a schedule (Scheduled flows).

  • Flow Properties:
    Inspect detailed properties of each flow, including scope, message type, frequency, filtering attributes, and more.

  • Connection References:
    Easily view connection references used in flows, with API names and logical names listed in the properties section.

  • Visual Indicators:
    Clearly distinguish between draft and activated flows with distinctive visual cues.

  • Dynamic Control:
    The UI adapts dynamically, showing relevant flow properties only when a flow is selected.

Usage

  1. Launch XrmToolBox and connect to your Dynamics 365 environment.
  2. Load the FlowEventExplorer plugin.
  3. The tool will load and display all entities and their associated events for Automated flows in the tree view.
  4. Use the new dropdown menu to select and load Instant or Scheduled flows directly.
  5. Click on a flow to view its detailed properties, including connection references, on the right side of the screen.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or suggestions, please feel free to reach out:

Author: Kailash Ramachandran
Email: kailashr2k3@gmail.com

Acknowledgements

  • XrmToolBox: The tool framework used to develop this plugin.
  • Newtonsoft.Json: The JSON library used for data parsing.
Product 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Added feature to list entities and the associated flows grouped based on the events