💥 How workflow execution is being counted for license purpose? 💥

If i have this flow:

in this example, I suppose every chat will hit the webhook, and only if user mention defined bot will continue the workflow via IF node = true, but if no mention it will goto “No Operation, do nothing”

if user chat without mentioning this bot name, will this be counted as 1 workflow execution if customer buy enterprise license ?

how is enterprise license counted actually ? :beer_mug:

Hi @wugutech

An execution is a single run of your workflow. We don’t count the tasks or operations within the workflow, or how much data it processes. If your Telegram webhook trigger is hit and begins running the workflow, it will count as an execution even if a false branch of an IF node leads to no output.

You can also check the ‘executions’ tab in your workflow to see a history of what’s been recorded as an execution, and perhaps adjust what triggers your workflow if neccessary.

I hope this helps,
Jake

Hi @jake

yes i can see that without mention bot’s name, it will hit the trigger node, shows up in workflow history, hence counted as 1 workflow,

thanks for the reply :man_bowing:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.