Skip to content

Commit 4d0b236

Browse files
cdavernasgibson042
andauthored
Update specification.md
Co-authored-by: Richard Gibson <[email protected]>
1 parent 2439eea commit 4d0b236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6200,9 +6200,9 @@ The specification doesn't define any specific variable within the `WORKFLOW` buc
62006200

62016201
### Naming Convention
62026202

6203-
Identifiable components of a workflow definition, such as states, actions, branches, events and functions define a required non-null `name` property which follows the DNS label names as defined by [RFC 1123](https://datatracker.ietf.org/doc/html/rfc1123).
6203+
Identifiable components of a workflow definition, such as states, actions, branches, events and functions define a required non-null `name` property which is based on DNS label names as defined by [RFC 1123](https://datatracker.ietf.org/doc/html/rfc1123) with further restrictions.
62046204

6205-
In other words, `names` must be lowercased, start and end with an alphanumeric character, and contain only alphanumeric characters or '-' (dash) character.
6205+
Specifically, `name`s must be lowercase, start and end with an alphanumeric character, and consist entirely of alphanumeric characters with optional isolated medial dashes '-' (i.e., dashes must not be adjacent to each other).
62066206

62076207
## Extensions
62086208

0 commit comments

Comments
 (0)