# Sequence Flow

Sequence flows are the arrows connecting different shapes in a process together, to form a Process. Instead of Sequence flows, Message flows are also used with the artifact shapes to visually connect the descriptive shapes into shapes of the Process, optionally showing the data flow direction if data object or data store reference shapes are used.&#x20;

When used with conditions, especially inclusive decision shape, the sequence flows also include the condition for each path. Default path can also be specified when used with either decision shape, signifying the path to take if conditions are not fulfilled.

Because Frends utilises BPMN notation to create integration flows, Sequence flow in Frends means an arrow connecting different shapes together. It should not be mixed up with connectors in integrations in general, as those are more alike Tasks in Frends, while sometimes connector in Frends might be used to mean a Sequence flow.

<figure><img src="https://3198802258-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H5SQ92uIfBOYNIeoUAc%2Fuploads%2FChVXWM9n6mXPay1RHmhB%2Fimage.png?alt=media&#x26;token=44de9bdf-a72d-4405-ad6e-b38846ee1f45" alt="Picture demonstrating different arrangements for Sequence flows."><figcaption><p>Sequence flows within a Process make it a Process and not a set of separate Tasks.</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.frends.com/reference/shapes/sequence-flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
