Ignore webservice result -> asynchronous

2
If i invoke a webservice from a microflow, and set store result to ignore, is the webservice invoked synchronously or asynchronously?
asked
1 answers
5

What you do with the result has no impact on how the call is handled, it'll still be a synchronous call.

answered