[External task] throw message from Java External Task

Hello,

I want to signal message to continue a process that waiting for message, I know that this is possible with the Java Service Task, just use the runtimeService to send the message, but in External-Task Scope we could not instancify runtimeService and I generally use the ExternalTaskService to handles events to the next process. But in this interface I could not find a way to throw message.

Is that possible in ExternalTaskService?

I Prefer continue using Java External Task Service than Java Service Task, because it works independently.

Thanks.

You could send a message to the engine via the REST API from your external task.

Hello,

Thank you for response. Yes it is possible.

It is not possible from External Task. ?