You should take a look at the video tutorial on communication that will demonstrate the Send task implementation around the 13 minute mark, but it’s probably a useful idea to follow the whole thing.
I’ve been watching your suggested tutorial video here and I have 2 questions until now:
At the 12:52 minute mark, I can’t see the word “execution” next to the execute(DelegateExecution) method of the code in my Java Class. Instead, I see the following:
public void execute(DelegateExecution arg0) throws Exception {
At the 13:14 minute mark, the default template proposals aren’t displayed to me when I start to write the method execution.get inside the public void section of the code in my Java class.