Skip to content

Commit 9ffe035

Browse files
committed
Recommend container naming convention for runtime implementations
- Added a note in the DSL reference specifying a recommended naming convention for container tasks in runtime implementations. Closes #1055 Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
1 parent 08af9e2 commit 9ffe035

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dsl-reference.md

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

820+
> [!NOTE]
821+
> When a `container process` is executed, it is recommended that runtime implementations follow a predictable naming convention for the container name. This can improve monitoring, logging, and container lifecycle management.
822+
>
823+
> We recommand using the following convention: `{workflow.name}-{uuid}.{workflow.namespace}-{task.name}`
824+
825+
820826
##### Script Process
821827

822828
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)