Skip to content

Commit

Permalink
Update extensions/remote-udp/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored Jun 27, 2024
1 parent a8792f6 commit 8332863
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions extensions/remote-udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ This makes it possible for this extension to add additional allowed values to th

This extension extends the `namespace` property of process graph nodes so that it accepts **absolute** URL with the protocols `https` (**recommended**) and `http` (discouraged). The URLs specified MUST either return

1. a single process (compatible to the endpoint `GET /process_graphs/{process_graph_id}`)
2. a list of processes (compatible to the endpoint `GET /process_graphs`)

If a URL is provided for the `namespace` property, the `id` property of the process graph node MUST be set to the `id` of the process.
1. a single process (compatible to the endpoint `GET /process_graphs/{process_graph_id}`).
In this case, the `id` property of the process graph node MUST be equal to the `id` of the process,
otherwise a `ProcessNamespaceInvalid` error is thrown
3. a list of processes (compatible to the endpoint `GET /process_graphs`)
In this case, the `id` property of the process graph node is used to identify the process from the list.
If not found a `ProcessNamespaceInvalid` error is thrown

### Compatibility

Expand Down

0 comments on commit 8332863

Please sign in to comment.