Skip to content

Commit e17a44d

Browse files
committed
Updated dsl-reference.md
- See comment #1061 (review) Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
1 parent 07143cc commit e17a44d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dsl-reference.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -818,10 +818,9 @@ do:
818818
```
819819

820820
> [!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.
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.
822822
>
823-
The ServerlessWorkflow specification recommends using the following convention: `{workflow.name}-{uuid}.{workflow.namespace}-{task.name}`
824-
823+
> The Serverless Workflow specification recommends using the following convention: `{workflow.name}-{uuid}.{workflow.namespace}-{task.name}`
825824

826825
##### Script Process
827826

0 commit comments

Comments
 (0)