Class SayHelloDelegate

  • All Implemented Interfaces:
    org.camunda.bpm.engine.delegate.JavaDelegate

    @Component
    public class SayHelloDelegate
    extends Object
    implements org.camunda.bpm.engine.delegate.JavaDelegate
    • Constructor Detail

      • SayHelloDelegate

        public SayHelloDelegate()
    • Method Detail

      • execute

        public void execute​(org.camunda.bpm.engine.delegate.DelegateExecution execution)
                     throws Exception
        Specified by:
        execute in interface org.camunda.bpm.engine.delegate.JavaDelegate
        Throws:
        Exception