Created
February 16, 2017 09:51
-
-
Save uu59/30d23691626dbbe67d35e8504da544b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fullName: "+workflow+for_items" | |
state: "success" | |
result: | |
subtaskConfig: | |
+for-0=dir=0=foo: | |
+for_item: | |
+config: | |
rb>: "Workflow.config" | |
+for_paths: | |
for_each>: | |
path: "${paths}" | |
_do: | |
+task: | |
sh>: "echo \"run ${path}\"" | |
_export: | |
dir: "foo" | |
+for-0=dir=1=bar: | |
+for_item: | |
+config: | |
rb>: "Workflow.config" | |
+for_paths: | |
for_each>: | |
path: "${paths}" | |
_do: | |
+task: | |
sh>: "echo \"run ${path}\"" | |
_export: | |
dir: "bar" | |
_parallel: true | |
exportParams: {} | |
resetStoreParams: [] | |
storeParams: {} | |
report: | |
inputs: [] | |
outputs: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment