The Dashboard provides a centralized view to monitor and track all Circuit executions across the system. It offers a consolidated snapshot of all workflow executions and their current statuses.
To access the dashboard,
Navigate to Circuits in the left pane and click Dashboard.
This displays the following key metrics.
Total Executions: Total number of overall Circuit executions.
Success: Count of executions completed successfully.
Failure: Count of executions that resulted in errors.
Running: Number of executions currently in progress.
Daily Executions: A graphical view showing successful and failed executions for the current month.
Circuit Usage: A pie chart representing the top 5 most executed circuits.
Recent Executions: Displays the recent 10 executions.
Use filters (Total, Success, Failure, Running) to view the last 10 executions for the selected metric.
Click an execution name to view detailed information.
Click the versions icon located at the top right of the circuit page. This will display a list of all versions created for that Circuit.
Each version includes the following details:
Version Name: Auto-generated name for the version.
Created On: Date and time when the version was published.
Created By: The user who published the version.
Actions: You can perform the following actions on each version:
View: Preview the version in both code and builder view (read-only).
Delete: Permanently delete a version (only if it's not the active published version).
Publish Version: By enabling this option, you can re-publish any version from this list to make it the current active version.
You cannot manually disable a published version. When you publish a new version, the previously published version is automatically disabled.
You cannot delete the currently published (active) version.
Publishing is allowed only when changes are made to the circuit.
Once a version is published, its version details are visible in the Execution Details section when the circuit is executed.
Version with execution history cannot be deleted.
When a circuit is triggered within a parent circuit, its execution details will include:
The execution ID of the parent circuit.
The version of the nested (child) circuit that was executed, provided the nested circuit has a published version.
To manage and organize circuits in your account:
Navigate to the Circuits list view page.
Hover near the name of the circuit.
Click on the action menu next to the name. From the action menu, you can:
Edit Circuit – Change the name and description of the circuit. In the pop-up, make modifications and click Update.
Builder View – Open the Circuit Builder to view or modify the workflow.
Preview – View the circuit’s visual workflow and corresponding code in a single screen.
Input Schema – Configure schema validation for circuit input. See Configuring Schema Properties in UI for step-by-step instructions.
Clone – Create a copy of the circuit. Only the configuration is cloned; associated components are reused.
Delete – Remove the circuit from your account.
Execution List of Circuit -
Dashboard View of Circuit Executions -
The Dashboard displays the executions and their status for the Circuit. Clicking on the Dashboard icon displays key execution metrics, including:
Total Executions: The overall count of all executions of the selected circuit.
Success: The number of processes that completed successfully.
Failure: The count of processes that encountered errors.
Running: The processes currently in execution.
Each status (e.g., success, failure) is interactive. By clicking on any status, the system navigates to the Execution Logs page, displaying a filtered list of executions with the selected status.
The Recent Executions section lists the ten most recent executions. Users can filter executions based on their status through a dropdown menu, displaying the top ten executions for the selected status. Clicking on an execution name takes the user to the corresponding log page for detailed execution information.
On the right side of the visual workflow, you can use the following icons:
- Automatically arrange states within the flow diagram.
- Switch the view to horizontal.
- Validate the graph to identify errors.
- Reset changes and revert to previously saved edits.
Access the Circuit in Builder and Code View by selecting the icons at the top-right corner of the Builder view page.
To adjust the circuit size, click on the zoom in or zoom out icons located at the bottom-left corner of the Builder view.
To add or manage states within a circuit:
Drag and drop states from the right pane onto the workflow.
In Builder View, access the state action menu by clicking the action menu within a state or right-clicking on a state.
From the state action menu, you can perform the following actions:
New State – Create a new state.
Duplicate State – Create a copy of the selected state with the same configuration.
Delete – Remove the state.
Input Schema – Define input JSON schema validation for the state. See Configuring Schema Properties in UI for step-by-step instructions.
Result Schema – Configure output validation for the state. See Configuring Schema Properties in UI for step-by-step instructions.
Skip Execution – Bypass the state during execution.
Mock Output – Provide a mock response instead of executing the state when a state execution is skipped.
For detailed schema configuration steps, refer to the Schema-Driven Data Validation and Protection.
You are currently viewing the help articles of Qntrl 3.0. If you are still using our older version and require guidance with it, Click here.