From ee86950bb7e89f0fe3a94c43b7a7ab0c795b4e96 Mon Sep 17 00:00:00 2001 From: Orion Delwaterman Date: Wed, 19 Jun 2019 15:45:28 -0400 Subject: [PATCH] Update documentation --- docs/variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/variables.md b/docs/variables.md index 95e078135e17..c1635b279c88 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -45,7 +45,8 @@ The following variables are made available to reference various metadata of a wo | `workflow.namespace` | Workflow namespace | | `workflow.uid` | Workflow UID. Useful for setting ownership reference to a resource, or a unique artifact location | | `workflow.parameters.` | Input parameter to the workflow | -| `workflow.outputs.parameters.` | Input artifact to the workflow | +| `workflow.outputs.parameters.` | Global parameter in the workflow | +| `workflow.outputs.artifacts.` | Global artifact in the workflow | | `workflow.annotations.` | Workflow annotations | | `workflow.labels.` | Workflow labels | | `workflow.creationTimestamp` | Workflow creation timestamp formatted in RFC 3339 (e.g. `2018-08-23T05:42:49Z`) |