Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vikash2024
Creator
Creator

Qlik Application Automation

My query is does TEST RUN count in Actual automation run count. suppose i have 100 automations and i created a automation and check one block as test run. so this test run count in actual automation count. just like after automation actual count is 99. 

Labels (4)
1 Solution

Accepted Solutions
MatheusC
Specialist II
Specialist II

Hi, @Vikash2024 

All executions are counted, whether it is manual, webhook, api, number of times in a loop, and its test execution as well.

You can use the app below to monitor and analyze automations, you can also see the number of automations executed in Administration > Home there you have the consumption rates.

https://github.com/qlik-oss/qlik-cloud-automation-analyzer


- Regards, Matheus




Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!

View solution in original post

2 Replies
MatheusC
Specialist II
Specialist II

Hi, @Vikash2024 

All executions are counted, whether it is manual, webhook, api, number of times in a loop, and its test execution as well.

You can use the app below to monitor and analyze automations, you can also see the number of automations executed in Administration > Home there you have the consumption rates.

https://github.com/qlik-oss/qlik-cloud-automation-analyzer


- Regards, Matheus




Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
Vikash2024
Creator
Creator
Author

Thanks for sharing.