Skip to content
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

Be able to define a Java class execution listener via element templates #525

Open
nikku opened this issue Feb 9, 2017 · 3 comments
Open
Labels
backlog Queued in backlog Camunda 7 Flags an issue as related to Camunda Automation Platform 7 element templates enhancement New feature or request

Comments

@nikku
Copy link
Member

nikku commented Feb 9, 2017

Right now, users can only define scripts with execution listener templates.

Expected

  • As a user, I can define class inside an execution listener, too.

Example JSON

{
"name": "PUB Notifications",
"id": "com.bp3.examples.NotificationListener",
"appliesTo": [
"bpmn:UserTask"
],
"properties": [
{
"type": "Hidden",
"binding": {
"type": "camunda:executionListener",
"event": "start",
"class": "com.bp3.examples.InitNotifications"
}
}
],
"entriesVisible": {
"_all": true
}
}

See forum thread for details.

@nikku nikku added the enhancement New feature or request label Feb 9, 2017
@nikku nikku added this to the Backlog milestone Feb 9, 2017
@ttoenige
Copy link

Hi there,
are there any updates related to this issue?
I am facing the same problem.
Best regards,
Torben

@itpablo
Copy link

itpablo commented Jan 26, 2018

Hi guys!
This is a very helpful feature for the solution that i'm working on.
Any insights about the deadline to solve this?
Best regards,

Pablo

@nikku nikku added the backlog Queued in backlog label Feb 14, 2018
@nikku nikku removed this from the Backlog milestone Feb 14, 2018
@vasicvuk
Copy link

vasicvuk commented Mar 5, 2018

Also having delegate expression and injection of fields in execution listener would be nice. +1

@nikku nikku added the Camunda 7 Flags an issue as related to Camunda Automation Platform 7 label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog Camunda 7 Flags an issue as related to Camunda Automation Platform 7 element templates enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants