cancel
Showing results for 
Search instead for 
Did you mean: 

REST Service Task?

drwiessner
Champ in-the-making
Champ in-the-making
Dear Sirs,

is there something like a 'REST Service Task'
for the BPMN Engine?

(like the WebService Task)

Or has it to be build yourself using 'Java Service Task'?


Thank you for an answer
Roger
3 REPLIES 3

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
The latter…

jbarrez
Star Contributor
Star Contributor
Why would that be bad? I dont think you can't couple it less than calling it through a rest service.

jbarrez
Star Contributor
Star Contributor
Sure, you can pass in the url for example as configuration for the service task.
Or write a more generic RestJavaDelegate that generically handles your use cases, and uses config specified in the xml to actually do the call.