If I want to send HTTP request when Manual Task is started, what is the best way to do this?
Hi @Yakiv_Stoikov,
that’s impossible.
Manual Tasks are passed by the engine without executing any code: Manual tasks | Camunda Platform 8 Docs
You have to switch it to a Service Task or similar to get a hook to send an HTTP request.
My first approach would be to model it with a REST connector: REST Connector | Camunda Platform 8 Docs
Hope this helps, Ingo
1 Like