Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dec 11, 2023 8:35:56 AM
Mar 10, 2023 8:53:14 AM
An automation will not automatically rerun or retry if it fails. You can, however, rerun a failed automation by using an additional automation.
Caution should be taken when implementing this solution to prevent running endless loops or reruns.
Before a solution can be implemented you must decide if the rerun should:
The block Retry Automation Run can be used to retry a specific run of the automation using the same, if any, inputs. This block is useful if the monitored automation has its run mode set to Webhook or Triggered. It is also possible to manually re-run these runs using the Retry button in the automations run history.
The block Run Automation can be used to initiate a new run of the automation. This block is useful if the automation that fails has the run mode set to Scheduled, and the inputs of the failed run wouldn’t be unique.
The following example shows how a failed automation can be retried using the Retry Automation Run. Depending on the specifics of the automation you want to rerun, you may want to use the Run Automation block instead.
The value for stopTime must be transformed using the Date formula so that the value may be used for comparisons. The output format must be changed to Unix format (U):
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.
Can this post be updated with them most recent automation.
I think that the transform block was updated after this post was made.
I caught me off guard when testing this and I created an infinite loop.
do reloads done by an automation, show up in the reloads history of the app?
(once I do one of these, I will check and confirm)