Skip to content

Commit 6f15395

Browse files
authored
Clarify process id field ($graph only) (#166)
1 parent 8c52930 commit 6f15395

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Process.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,14 @@ $graph:
799799
directly executed.
800800
801801
fields:
802+
- name: id
803+
type: string?
804+
jsonldPredicate: "@id"
805+
doc: |
806+
The unique identifier for this object.
807+
808+
Only useful for `$graph` at `Process` level. Should not be exposed
809+
to users in graphical or terminal user interfaces.
802810
- name: inputs
803811
type:
804812
type: array

0 commit comments

Comments
 (0)