We want to define a graph via flowhub which should
- receive a file (or maybe just two strings --> user & password) (Not sure which components to use for this part)
- check if they are staged in our database (will be mocked, later the strings will be forwarded to the backend and the graph should get an answer if it's okay or not to proceed)
- return the result as boolean so the homepage knows whether to log the user in or not
In the first step we want to call the graph with a button on our homepage. Normally it's started via javascript but we don't know how we should call the graph. Is there an url with port which forwards the request to our graph and gets the response as answer which we can handle or how does this kind of noflo process work?