Workflow diagrams
The most simple workflow diagram takes in data, interacts with it in some way, and then produces a user-specified output. For example, take the diagram below.
The circle labelled Start indicates where the procedure starts when the workflow is run. The circle labelled End indicates where the procedure ends.
The workflow above contains two operations, which are called components. Each component represents an action to perform on the incoming data. In the given example, the first operation prompts the user to select a CSV file, while the second operation opens the CSV file. The two components are linked by an arrow indicating the flow of data through the diagram. This link is called a connection.