Skip to content

Commit

Permalink
fix: add title to TemplatedTask (#6891)
Browse files Browse the repository at this point in the history
* fix: add title to TemplatedTask

* Update TemplatedTask.java

* Update core/src/main/java/io/kestra/plugin/core/templating/TemplatedTask.java

---------

Co-authored-by: Will Russell <[email protected]>
Co-authored-by: Anna Geller <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2025
1 parent bca1797 commit e9e853c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
@Getter
@NoArgsConstructor
@Schema(
title = "This task's `spec` property allows you to fully template all task properties using Kestra's Pebble templating. This way, all task properties and their values can be dynamically rendered based on your custom inputs, variables, and outputs from other tasks!"
title = "Templatize a task.",
description = "This task's `spec` property allows you to fully templatize all task properties using Kestra's Pebble templating. This way, all task properties and their values can be dynamically rendered based on your custom inputs, variables, and outputs from other tasks."
)
@Plugin(
examples = {
Expand Down

0 comments on commit e9e853c

Please sign in to comment.