Skip to content

Commit

Permalink
docs: document id in node field selector (#13463)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <[email protected]>
  • Loading branch information
Joibel committed Sep 20, 2024
1 parent 3e3da07 commit a5915d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/node-field-selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The field can be any of:
| Field | Description|
|----------|------------|
| `displayName`| Display name of the node. This is the name of the node as it is displayed on the CLI or UI, without considering its ancestors (see example below). This is a useful shortcut if there is only one node with the same `displayName` |
| `id` | ID of the node, a unique identifier for the node which can be discovered by reading the status of the workflow. |
| `name`| Full name of the node. This is the full name of the node, including its ancestors (see example below). Using `name` is necessary when two or more nodes share the same `displayName` and disambiguation is required. |
| `templateName`| Template name of the node |
| `phase`| Phase status of the node - e.g. Running |
Expand Down

0 comments on commit a5915d0

Please sign in to comment.