How to start debugging (when subworkflow got executed for only 15% of the records?)

Hi,

I’m wondering how I shall start debugging here:

So I retrieve 900 emails - do one test and have 899 in the if branch.
I expected the subworkflow to be executed 899 times now.
In the executions I see only 100 executions.

How to approach this issue?

Hi, Can you please share your workflow instead of screenshot? thanks.

In addition, can you please confirm both the main flow and the sub-workflow are in active state (I guess not since you said testing)

If you are just testing: are there any filters and data transformation (merge / split / …)

Try with a minimal configuration: just in/out? does the problem disappear?

If yes,
Try with a more simplified flow (let’s call it: “take the first half and return”) problem? no/yes if no add other half, if yes you know where to start (half it again if needed) etc.

good luck. anyway without any workflow is useless to say anything really.

J.

1 Like

It seems like, the issue with first with the setting ‘wait for subworkflow to finish’ and then, depending on the data, the workflow returns different data. So maybe it all worked fine, just the display is a bit confusing.

2 Likes

Hi, great, can you please accept your own answer as a solution, so we don’t keep revisiting to solve.

1 Like

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