-
Notifications
You must be signed in to change notification settings - Fork 64
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
Extend DocumentService with the CDI Observer pattern #294
Labels
Milestone
Comments
rsoika
added a commit
that referenced
this issue
Aug 21, 2017
rsoika
added a commit
that referenced
this issue
Aug 22, 2017
rsoika
added a commit
that referenced
this issue
Oct 4, 2017
rsoika
changed the title
Extend Plugin API with an Observer pattern
Extend DocumentService with the CDI Observer pattern
Oct 16, 2017
See Documentation at: http://www.imixs.org/doc/engine/documentservice.html#CDI_Events |
rsoika
added a commit
that referenced
this issue
Oct 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to make it possible for a Plugin to have more control over the WorkflowService processing life-cycle, we can extend the existing Plugin concept with the Observer pattern.
In this extended API a plugin can register itself as a Listener to the method workflowService.processWorkitem(workitem) and can provide callback methods for the following processing phases:
The text was updated successfully, but these errors were encountered: