You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like BpmnElementType, BpmnEventType has been introduced to Zeebe SNAPSHOT for process instance record. so that as a consumer of the record stream, you can distinguish the type of event that is processed.
If we run the process below, when extracting EventType, BpmnElementType, Intent from the record we can get these data.
597: feat(filters): add event type for process instance record r=remcowesterhoud a=skayliu
## Description
Like `BpmnElementType`, `BpmnEventType` has been introduced to Zeebe SNAPSHOT for process instance record. so that as a consumer of the record stream, you can distinguish the type of event that is processed.
## Related issues
<!-- Which issues are closed by this PR or are related -->
closes#596
<!-- Cut-off marker
_All lines under and including the cut-off marker will be removed from the merge commit message_
## Definition of Ready
Please check the items that apply, before requesting a review.
You can find more details about these items in our wiki page about [Pull Requests and Code Reviews](https://github.com/camunda-cloud/zeebe/wiki/Pull-Requests-and-Code-Reviews).
* [ ] I've reviewed my own code
* [ ] I've written a clear changelist description
* [ ] I've narrowly scoped my changes
* [ ] I've separated structural from behavioural changes
-->
## Definition of Done
<!-- Please check the items that apply, before merging or (if possible) before requesting a review. -->
_Not all items need to be done depending on the issue and the pull request._
Code changes:
* [ ] The changes are backwards compatibility with previous versions
* [ ] If it fixes a bug then PRs are created to backport the fix
Testing:
* [x] There are unit/integration tests that verify all acceptance criterias of the issue
* [ ] New tests are written to ensure backwards compatibility with further versions
* [x] The behavior is tested manually
Documentation:
* [ ] Javadoc has been written
* [ ] The documentation is updated
Co-authored-by: skayliu <skay463@163.com>
Description
Like
BpmnElementType
,BpmnEventType
has been introduced to Zeebe SNAPSHOT for process instance record. so that as a consumer of the record stream, you can distinguish the type of event that is processed.If we run the process below, when extracting EventType, BpmnElementType, Intent from the record we can get these data.
The text was updated successfully, but these errors were encountered: