Fallback Analytics
You can gain valuable insights into your Fallback flows in the Analytics section.
The Fallback Overview provides the total number of invocations for each Fallback flow and their respective statuses. You can find the following details:
- Fallback Name - The name of the Fallback flow.
- Fallback ID - The Workflow ID associated with the Fallback.
- Invocation Status - Either “Accepted”, meaning that the API invocation was successful and an execution was scheduled, or “Rejected", indicating that the request failed. For example, due to a bad request.
- Total API Invocations - The total count of API invocations for that Fallback that resulted in the specified status (Accepted or Rejected)
The Fallback Delivery Details provides the total number of completed executions delivered on a channel within the configured timeout. You can find the following details:
- Fallback Name - The name of the Fallback flow.
- Completed Executions - The total count of Fallback executions that were completed during the specified period.
- Delivered on Channel 1 - The total count of completed Fallback executions where the message sent on Channel 1 was delivered within the specified timeout.
- Delivered on Channel 2 - The total count of completed Fallback executions where the message sent on Channel 2 was delivered within the specified timeout.
- Total Delivered on any Channel - The total count of completed Fallback executions where the message was delivered on either Channel 1 or Channel 2 within the specified timeouts.
Updated about 5 hours ago