I’m still trying to wrap my head around the price and execution use:
- So let’s say I have a nightly trigger for a workflow and this workflow runs a loop 10 times triggering a sub workflow. Is this charged 11 times or 1 times with the new price structure?
- Does it make a difference if I make the sub workflows run in parallel? (by enabling that they shouldn’t wait)
In the second case I understand if I am charged for 11 executions as they are run in parallel, but in the first case, to my understanding, it is one single job that just makes use of sub workflows to maybe get around memory issues, so since these prices are supposed to be fair, I really hope my first example is charged as 1 execution even though it’s 11 workflows.
I would of course prefer if both are seen as just 1 execution.
I think it would be nice if you could share some example workflows where you demonstrate what makes them costly and what doesn’t.