Skip to content

flow documentation #1162

Answered by RobinBrinkmann
shihabkb asked this question in Q&A
Jan 14, 2021 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @shihabkb and thanks for your question. The best way to start is probably the installation guide. Judging from your questions though, this may be where you are coming from already. So I will try to give you some additional explanation here.

Generally a flow describes the data exchange between several systems. Let's say you want to get incoming orders from a webshop and send them on to an accounting solution. Then your nodes are a description of these steps: first step (node) = getOrders from webshop. Second step (node) = createOrder in accounting solution. The edges describe the direction / sequence. You want to get data from the webshop (your source) and put it into the accounting sol…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@RobinBrinkmann
Comment options

Answer selected by RobinBrinkmann
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants