I want to start new instance of a process from workItemHandler of a customize service task.
To achive this I created Service task in Process 1 and call Process 2 from workItemHandler class of service using RestFul link
"/gwt-console-server/rs/process/definition/{id}/new_instance".but when I start Process 1 I am getting Exception
Request timeout
Please any one can help me to do this intercommunication between two Processes using Restful link.