Events Viewer

◷ Reading Time: 5 minutes

This page is under development.

You can use the event viewer in FlexRule Designer to see the step-by-step process of executed logic.

As the first step, run or debug your project.
You can use the options, Run, Run with JSON Composer, or Logic Run Template.

Once you finish the execution, events can be seen under the Parameters window.

If you click on $events and then click on the Data Viewer, it will open the Events Viewer window.

Event Viewer shows a detailed view of the logic execution.

  1. Name of the node in a flow
  2. The linked file name of the node
  3. The time it took to run the node in milliseconds
  4. Passed rules
  5. The action that took upon a passed rule
  6. If a rule with multiple expressions failed, the expressions that passed can be seen.
  7. Failed rules

Search for Events

Type the phrase you want to search to mark those in the results.

If you want to search for a phrase in the project, go to Edit –> Find and enter the phrase.

Analyze Event Log

You can use the event log for further analysis of your project performance.

Once you have searched for one term, you can use the filter editor to search for additional terms and conditions.

The Filter Editor can filter based off different groups and conditions. You can also remove what you entered in the “Find” field and just use the filter.

The entire filter expression is at the bottom of the window. Here you can delete the filter with the red “x” on the left, and click the check box to turn it off and on.

If you hover over an individual group of the expression a small “x” will show up that you can click to remove that group.

Export Event Log

The event log can also be saved as an as Excel spreadsheet, as a csv file or as a JSON Dump file.

All the event details (i.e. level, name, type, duration, and result) can be saved as follows.

Import Event Log

You can import events dump files and service log files(JSON) to the Event Viewer.

Click on the Event Viewer under Tools section in the menu bar.

Click on “Open events JSON File” to load you dump files or service log files.

Once you load the files into Event Viewer, you can dock it to document area by clicking on “Dock to Document Area” button on the top.

Create service response for Event Viewer

Once you deploy your model to a service end point, you can load the responses from service where it has the fullLog=true to get the conclusion log.

FullLog true

Once you get the service response including conclusion log you can copy all the response body and save it as a JSON file. Then you can load this JSON file into Event Viewer to analyze the log.

Updated on January 14, 2026

Was this article helpful?

Related Articles