From 2be7af7502ed35ddcd08304940615d92e8938858 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 3 Feb 2021 15:23:06 -0500 Subject: [PATCH] Fix lesson 6 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- README.md | 2 ++ lesson4/{defaults.yaml => main-input.yaml} | 0 2 files changed, 2 insertions(+) rename lesson4/{defaults.yaml => main-input.yaml} (100%) diff --git a/README.md b/README.md index fe1897c..0b932ab 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ The default value for the `message` parameter will taken from the `lesson3/defau 1. The `#main/message` parameter will be pre-filled with your default value. You can choose to change it or use the default. 1. Click `Run process` 1. This should take you to the status page for this workflow + 1. The greeting will appear in the `Log` of the `echo` task, which + can be found the same way as described earlier in section 3. ## 6. Run a workflow without registering it diff --git a/lesson4/defaults.yaml b/lesson4/main-input.yaml similarity index 100% rename from lesson4/defaults.yaml rename to lesson4/main-input.yaml -- 2.30.2