Differences of SendTask and service Task

As per the camunda docs, if the Send Task has the same behavior as a Service Task, then always we can use service task, what is the use case of SendTask?

1 Like

It’s a visual indication of what the execution is doing. If you’re creating a message or making a call to an external system use a message task. If you’re just calculating something then use a service task. It helps operators understand what the system might be doing

1 Like