corda / samples-kotlin

This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage.
51 stars 47 forks source link

Example Of HTTP FlowExternalOperation #36

Open opticyclic opened 3 years ago

opticyclic commented 3 years ago

The HTTP example is from years ago https://github.com/corda/flow-http

There are better ways to do that now: https://docs.corda.net/docs/corda-os/4.7/api-flows.html#calling-external-systems-inside-of-flows

amolpednekar commented 3 years ago

@davidawad Can we get this updated by the dev-rel team? Else I'm happy to contribute an example if required.