KPI Approved
Query is essential for generating approval metrics or dashboards within the Reimbfast application. Below API query retrieves the total count of claims with the status marked as 'Approved' from the database. It specifically targets the claims table under the tenant tt005_rf001:
note
Always click Save after making any changes to your artifact to ensure updates are stored successfully.
Create an Artifact (Data Set)
Follow the steps below to create a new artifact
- Navigate to the Dashboard → Data Fabric
- Open the Artifact section by clicking the "Artifact" tab in the navigation bar.
- Navigate to the application path: My Artifacts → Global-App-Group → reimbfast-app
- Click the (+) button at the bottom-left to create a new artifact.
- Enter a unique name for the artifact (e.g., KPIApproved).
- Click Create Artifact to confirm.
- Click Save to save the artifact and close the window.
Node Gallery
- The Node Gallery provides key building blocks for data processing pipelines. Each node type serves a specific function:

| Node | Description |
|---|---|
| start node | Marks the beginning of a workflow. |
| endnode | Processes real-time data from sources like Kafka. |
| dbnode | Connects and interacts with database systems. |