Class NotifyCreditorService
- java.lang.Object
-
- org.camunda.bpm.example.invoice.service.NotifyCreditorService
-
- All Implemented Interfaces:
JavaDelegate
public class NotifyCreditorService extends Object implements JavaDelegate
This is an empty service implementation illustrating how to use a plain Java Class as a BPMN 2.0 Service Task delegate.
-
-
Constructor Summary
Constructors Constructor Description NotifyCreditorService()
-
-
-
Method Detail
-
execute
public void execute(DelegateExecution execution) throws Exception
- Specified by:
execute
in interfaceJavaDelegate
- Throws:
Exception
-
-