-
Notifications
You must be signed in to change notification settings - Fork 15
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
[feature][adapter]: Use execution listener #280
[feature][adapter]: Use execution listener #280
Conversation
…upport for executionListener.start and executionListener.end header fields, which will trigger calls to the specified beans, use to simulate the execution listener support of C7.
…ts trigger to exclude situations where only one or both listeners are defined.
…/camunda-7-to-8-migration into feature/27_execution_listener
Hi @jangalinski, thank you for your contribution. At a first glance, all looks good and ready to merge. I will have a closer look and play around with some more examples soon. |
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.
Thank you for the PR - it looks all very nice and clean.
You also did some refactoring to existing code which is quite nice!
There are some things to adjust, then we can merge this.
...ter/src/main/java/org/camunda/community/migration/adapter/execution/SimpleVariableScope.java
Show resolved
Hide resolved
...c/main/java/org/camunda/community/migration/adapter/execution/ZeebeJobDelegateExecution.java
Show resolved
Hide resolved
...in/java/org/camunda/community/migration/adapter/worker/CamundaPlatform7DelegationWorker.java
Outdated
Show resolved
Hide resolved
...st/java/org/camunda/community/migration/adapter/execution/ZeebeJobDelegateExecutionTest.java
Outdated
Show resolved
Hide resolved
...ava/org/camunda/community/migration/adapter/worker/CamundaPlatform7DelegationWorkerTest.java
Outdated
Show resolved
Hide resolved
@jonathanlukas finally found some time to work on your comments ... please check. |
@jangalinski I appended some things to your PR... in a PR to your fork. I think we have reached our goal then |
@jangalinski here is the PR: holunda-io#1 |
…_listener Feature/27 execution listener
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.
lgtm
lgtm - good enough for me ... merged. |
Camunda Community Hub Pull Request Template
first implementation of #27
closes #27
Description
Additional context
Testing your changes
Types of changes
Checklist: