Just to be clear, in my message above I’m not complaining. I’m genuinely trying to understand what is the right way to make my projects because I don’t think the wording around executions is clear.
Is each sub-workflow within a workflow an individual execution? if one workflow is chaining other sub-workflows synchronously do they all count as individual executions or 1? I basically just want to know if we should structure our projects in a way where we don’t call other workflows from within a workflow (like small modules), unless we really need it, or if we should not worry about it because, “that’s all just 1 execution regardless”.
Sorry if this is clear to everybody else It’s not clear to me.