Skip to content

Commit

Permalink
fix: Return task docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Jan 25, 2025
1 parent c805dc4 commit fedb388
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/src/main/java/io/kestra/plugin/core/debug/Return.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@
@Schema(
title = "Return a value for debugging purposes.",
description = """
This task is mostly useful for troubleshooting.
This task is intended for troubleshooting.
It allows you to return some templated functions, inputs or outputs."""
It allows you to return templated values, inputs or outputs."""
)
@Plugin(
examples = {
@Example(
full = true,
code = """
id:return_flow
id: debug_value
namespace: company.team
tasks:
Expand Down

0 comments on commit fedb388

Please sign in to comment.