Commit 9ef6f2a
committed
Add support for dynamic container names via runtime expressions
- Introduced a new optional `name` property in run container tasks, allowing users to define container names dynamically using runtime expressions.
- Updated the DSL reference with the new `name` field, detailing its usage and linking to runtime expression documentation.
- Added support for the `name` property in the YAML version of the JSON schema.
- Included an example demonstrating dynamic container naming based on workflow and task metadata.
This enhancement provides improved observability, debugging, and alignment with organizational conventions for container management.
Closes serverlessworkflow#1056
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>1 parent 08af9e2 commit 9ef6f2a
File tree
3 files changed
+16
-0
lines changed- examples
- schema
3 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
| 799 | + | |
799 | 800 | | |
800 | 801 | | |
801 | 802 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
625 | 629 | | |
626 | 630 | | |
627 | 631 | | |
| |||
0 commit comments