Package org.camunda.bpm.client.task
Interface ExternalTaskHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for a custom implementation of the handler, which is invoked for each fetched and locked task
- Author:
- Tassilo Weidner
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ExternalTask externalTask, ExternalTaskService externalTaskService) Has been executed for each fetched and locked task
-
Method Details
-
execute
Has been executed for each fetched and locked task- Parameters:
externalTask
- the context is represented ofexternalTaskService
- to interact with fetched and locked tasks
-