Skip to content

Commit 509d855

Browse files
authored
Merge pull request #1061 from JBBianchi/fix-1055-container-naming-recommandation
Recommend container naming convention for runtime implementations
2 parents 6cd9358 + 1a6c13b commit 509d855

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dsl-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,11 @@ do:
817817
image: fake-image
818818
```
819819

820+
> [!NOTE]
821+
> When a `container process` is executed, runtime implementations are recommended to follow a predictable naming convention for the container name. This can improve monitoring, logging, and container lifecycle management.
822+
>
823+
> The Serverless Workflow specification recommends using the following convention: `{workflow.name}-{uuid}.{workflow.namespace}-{task.name}`
824+
820825
##### Script Process
821826

822827
Enables the execution of custom scripts or code within a workflow, empowering workflows to perform specialized logic, data processing, or integration tasks by executing user-defined scripts written in various programming languages.

0 commit comments

Comments
 (0)