-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding extension for BAM #1278
Adding extension for BAM #1278
Conversation
ca17dc8
to
7b32a7d
Compare
@katallaxie thanks for this. Seems reasonable to me and I left a few minor comments in there. I'll bring this to the attention of the team on today's call. Too new to vote today but hopefully next week. |
43647e0
to
28512e9
Compare
All, please review before tomorrow's call |
We discussed this on yesterday's call and overall there's no concern with adding it, however @JemDay was wondering about the length of some of those attributes. Would it be possible to use Just tossing this out there:
Does there need to be a |
759ac2b
to
1a77aaa
Compare
@duglin great suggestion.
|
cca0dd6
to
6a12168
Compare
cloudevents/extensions/bam.md
Outdated
|
||
## Attributes | ||
|
||
### bamtxid (Business Transaction ID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor thing, but I wonder if the stuff in parens should be BAM Transaction ID
? Then all of the letters in the attribute name are correlated with the descriptive name - as of now we're missing the words for "am"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping @katallaxie, any thoughts on ^^ ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@duglin I changed it to BAM
as we are defining the BAM
term in the header. I think then this is consistent.
@JemDay are you ok with the direction of the latest set of changes? |
LGTM :-) |
6a12168
to
03e487d
Compare
Signed-off-by: Sebastian Döll <[email protected]>
03e487d
to
ba201fa
Compare
thanks @katallaxie - and thanks for your patience. |
Fixes #
BAM is a method to track the progress of your business processes via the occurrence of business events in your organization. Famously, many companies used BizTalk to implement BAM in their organization, but with open standards like CloudEvents this is changing. This extension is necessary, as the payload of an event is processed by primary systems, like payment or ERP and the payload of these events should not change; but the progress should be tracked in an BAM system for business users to observe the processing and to control these transactions.
Proposed Changes
Release Note