Export Execution Events

◷ Reading Time: 2 minutes

You can export execution events in FlexRule Designer to help our support team to investigate an issue. In certain cases such as execution performance-related issues, we may ask to export your project execution events as a JSON Dump file.

There are two ways to export execution events.

  1. Using Shell command.
  2. Using Events Viewer.

Using Shell command

You can export your project execution events using Shell command as a JSON Dump file.

  1. Run or debug your project and send the parameters to Shell.
  2. Run the /dump --events command.

    /dump --events d:\profiler\event.json

    Example:

    This will export the execution events to the given location.

Using Events Viewer

You can export your project execution events using Event Viewer window.

  1. Run or debug your project
  2. Open the Event Viewer in the Parameters window.
  3. Export the event log as a JSON Dump file.
Events export
save as dump file

Updated on March 6, 2023

Was this article helpful?

Related Articles