1 workflow execution going from trigger to last action
1 workflow execution that stops at the second node (as below)?
I have SO many executions, because of the way I receive events from Asana, but.. just curious if those 2 workflow executions mentioned above are “billed”/counted equal.
Thanks a lot, and super happy with N8N, just wanna know
@dalynn N8n tracks an execution as soon as the workflow is triggered, even if the workflow is terminated early. This means that a workflow that terminates early, say at node 2, is charged the same as one that terminates at the final node. For tools like Asana, which emit many events, the solution is often to filter as early as possible or rethink the triggers to avoid unnecessary executions. Would be happy to share how we reduced the number of executions without losing the events.
Okay so alternatively, you can try using self hosted n8n on Hostinger. This way, the execution limit will be unlimited.
Hope this helps! and you can also refer to this as well-