◷ 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.
- Using Shell command.
- Using Events Viewer.
Using Shell command
You can export your project execution events using Shell command as a JSON Dump file.
- Run or debug your project and send the parameters to Shell.
- 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.
- Run or debug your project
- Open the Event Viewer in the Parameters window.
- Export the event log as a JSON Dump file.

