I see a org.activiti.engine.impl.bpmn.ReceiveTaskActivity but not a org.activiti.engine.impl.bpmn.SendTaskActivity. What is the status of sendTask activity and if it is not implemented when is it likely to be be supported? Thanks.
The send task is currently not yet implemented. The recieve task has a very basic functionality, and limited to Java invocations only. So no web services going on there. Esteban Robles of MuleSoft is currently working on the WebService service task. The stuff that he is implementing there, will definitely be of help for implementing the send/receive task webservice-wise.