Hi,
I have found a few discussions on the topic but no one that gave fully answer to my problem. I have an app with three chained workflows where I have chained them using Interface Designer as follows,
Workflow 1:

Workflow 2:

All of the three workflows runs without errors from Designer. The issue comes when publishing to the Gallery. After some trial and error I have resulted in the following bundling when publishing. I.e I de-select everything except for the two chained workflows.
Both the subsequent workflows are reading input data from files and database.

However, when publishing this to the Gallery, only the first workflow is saved without errors. For the other two workflows, I receive errors that none of the input files are found or the limit is reached.
Should I do something differently when grouping the assets? Or when chaining the apps?