cancel
Showing results for 
Search instead for 
Did you mean: 

extrenal RESTful APIs invocation using Activity

praveenmb
Champ in-the-making
Champ in-the-making
I want to invoke set of extrenal RESTful APIs one after the other to form a workflow.Is it possible to do this using activiti community edition?
example: I want to invoke one weather API from google and other Traffic API from google and stitching them together to form a workflow, is it possible and if yes how can I do it?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Yes, you can do that, but you'll need to write some Java code to do so (using RestTemplate, httpclient or whatever you fancy). There is no out of the box 'rest call task'.