Execution time limit Parent - Subscenarios

:bullseye: What is your goal?

I am building a pretty extensive scenario, which calls a couple of sub scenarios. One of them will need more than 40 minutes to execute. As the parent-scenario waits, does this execution time from the subscenario counts into the execution time of the parent-scenario or is this parent-time on hold?
Furthermore, could I used some batched processing to call the extensive subscenario a couple of times and the execution-time for the subscenario starts every time at 0 then as the parent-scenario is still waiting?

Appreciate your help!

:thinking: What is the problem & what have you tried?

So far, I don’t have the timeout problem, but I know I am gonna work on bigger datasets that will cause that problem. My solution so far would be batched processing and calling this sub-scenario as long as I need to process more batches

Hey there,

if the parent needs to wait for output from the child, then the time will count, yes. So maybe you need to move the rest of the logic to another scenario further in the chain instead.