The protocol is not consistent on events that notify executions #109
Labels
breaking change
Indicates when a PR or issue will have breaking changes
roadmap
Items on the roadmap
Milestone
This issue was raised as a result of a discussion during the CDEvents WG on Jan 30th, 2023
These event subjects all represent executions of some kind, as they can all be started and finished:
The protocol is not consistent regarding those subjects or their predicates though:
Furthermore, none of the subjects above have a predicate that would signal that the subject has left the queue. A subject that has been queued would eventually get started, but there seems to be a need to also be able to signal that the subject has been dequeued and thus is not anymore expected to be started. The predicate to use here should proposedly be either dequeued or canceled.
Note: Some of this issue is already considered in #105
The text was updated successfully, but these errors were encountered: