Collecting multiple directories with the same name in one process #1998
Lehmann-Fabian
started this conversation in
General
Replies: 1 comment 12 replies
-
So basically you want to stage all files in the |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there, I have a workflow, which follows this structure:
In the secondProcess, I need to stage all the files, and preserve the directory structure. This process should be a single tasks that collects all data from before. In this example, following files should be staged:
t/a.txt
t/b.txt
t/c.txt
u/a.txt
u/b.txt
u/c.txt
v/a.txt
v/b.txt
v/c.txt
With another variant (see below), I get the following error:
I’m really looking forward for any suggestions.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions