MS Graph Event has a transactionId property that you can populate on event creation. I would like the ability to filter by the transactionId or to add a property that I can populate with an id from my app.
Reason: This would allow developers to query Graph entities for records associated with the id, instead of getting all events and comparing each against the id.
1 Comment
- Michael_AshbyCopper Contributor
Additional reason: having a search by transactionId allows a developer to track uncompleted transactions (two phase commit scenarios). The transactionId allows you to go back and clean up or complete event creation when a network error or other error happens.