From 6ed3e265c34078840cd0dbc3c3b2da1afec7c839 Mon Sep 17 00:00:00 2001 From: Aaron Greenberg
Date: Mon, 6 May 2024 10:14:38 -0400 Subject: [PATCH] Add 'preview' to runtime metadata documentation Signed-off-by: Aaron Greenberg
--- docs/metadata.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/metadata.md b/docs/metadata.md index 193396be09..cf99af5137 100644 --- a/docs/metadata.md +++ b/docs/metadata.md @@ -73,6 +73,9 @@ The following table lists the properties that can be accessed on the `workflow` `workflow.manifest` : Entries of the workflow manifest. +`workflow.preview` +: Returns `true` whenever the current instance is a preview execution. + `workflow.profile` : Used configuration profile.