Camunda.Api.Client icon indicating copy to clipboard operation
Camunda.Api.Client copied to clipboard

camunda:taskListener

Open Atallah-Hammad opened this issue 3 years ago • 0 comments

Hi

Is there an implementation for camunda:taskListener ?

something like this : public class MyTaskCreateListener implements TaskListener {

public void notify(DelegateTask delegateTask) { // Custom logic goes here } }

In this : https://docs.camunda.org/manual/7.12/user-guide/process-engine/delegation-code/#task-listener

Atallah-Hammad avatar May 19 '21 12:05 Atallah-Hammad