Document additional relation types for process metadata #531#536
Conversation
b7fd2c5 to
3f710f9
Compare
|
I think this PR is fine to merge as-is already however by looking at it I'm a bit confused by this existing bit:
How is this supposed to work? There is no version concept (yet) for UDPs, nor do they have a public URLs to link to . UDPs are only by defined by process id, so does this documentation suggest to put the version in the the process id, e.g. |
|
The versioning was meant more for informative purposes, e.g. for tracability, and not necessarily lives within the API. The ID should usually be the same and old versions should not be usable anymore. At least right now. We could also integrate something on the API level, but that is future work, I think. |
Closes #531