Propose the addition of FollowsFrom semantics#161
Conversation
…orrelation into flows. Signed-off-by: Erik Erikson <erik.m.erikson@nordstrom.com>
|
Apologies in advance, having not participated in a standards body previously, for any obvious oversights or violation of best practice. |
|
@erikerikson what is the relationship between this and #128 ? It feels like these two should be merged in some way to allow for a linking of events but with some kind of additional property to indicate the type of relationship between them. |
|
Ooh. Still loading here and I missed that one. Merging seems appropriate. I will engage there. |
|
@erikerikson great - thanks! |
|
|
||
| ### followsFrom | ||
| * Type: String | ||
| * Description: The eventID of the event that caused this event. The semantics |
There was a problem hiding this comment.
one could argue that a set of eventID(s) could be the cause of an event and that this field should allow for this. allowing delimited eventID(s) to be supplied could satisfy that fact at the cost of complexity
Propose the addition of
FollowsFromsemantics to facilitate event correlation into data flows.Signed-off-by: Erik Erikson erik.m.erikson@nordstrom.com