We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c73091 commit a09055bCopy full SHA for a09055b
Basic/flow-http-access/README.md
@@ -20,7 +20,7 @@ Be aware that support of HTTP requests in flows is currently limited:
20
Be careful when making HTTP calls in flows; they have to be blocking.
21
In addition, if the flow fails and is restarted, the HTTP request will be replayed as-is.
22
23
-You'll find our HTTP request example within [HTTPCallFlow.java](./workflows-java/src/main/java/net/corda/samples/flowhttp/HttpCallFlow.java#L27-L43)
+You'll find our HTTP request example within HTTPCallFlow.java
24
25
It works mostly as you'd expect, using a request builder to make a request at a client and use the result.
26
0 commit comments