docs(scripts): fix vars output docs (#11944)

This commit is contained in:
Will Russell
2025-10-10 14:53:40 +01:00
committed by GitHub
parent f2655f998b
commit f60f907ff7

View File

@@ -17,7 +17,7 @@ import lombok.experimental.SuperBuilder;
@Getter
public class ScriptOutput implements Output {
@Schema(
title = "The value extracted from the output of the executed `commands`."
title = "The values extracted from executed `commands` using the [Kestra outputs](https://kestra.io/docs/scripts/outputs-metrics#outputs-and-metrics-in-script-and-commands-tasks) format."
)
@JsonInclude(JsonInclude.Include.ALWAYS) // always include vars so it's easier to reason about in expressions
private final Map<String, Object> vars;