> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/workflows/designing-workflows/processes/shape-repository/sequence-flows.md).

# Sequence flows

Used to show the order of flow elements in a process. Each sequence flow only has one source and one target.

<img src="/files/c6ICFSduVdrtYqqJ1BIB" alt="" width="25%">

## General properties

| Property             | Description                                                                                                                                                                                                                                                                                                                                                  |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Model ID             | The unique identifier of the element within the process model.                                                                                                                                                                                                                                                                                               |
| Name                 | The name of the element displayed in the diagram.                                                                                                                                                                                                                                                                                                            |
| Documentation        | A description and any additional information about this element.                                                                                                                                                                                                                                                                                             |
| Condition expression | A conditional expression that must evaluate to `true` for the flow to be followed. All qualifying outgoing sequence flows are followed. Use any expression that evaluates to `true` or `false`, such as `${root.needApproval}` or `${nextStep == 'approved'}`. Conditions are ignored for sequence flows after a parallel gateway.                           |
| Skip expression      | <p>An expression that bypasses any condition if <code>true</code> and selects the flow.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>You must opt-in to enable this feature by setting a process variable <code>\_FLOWABLE\_SKIP\_EXPRESSION\_ENABLED</code> with the Boolean value <code>true</code>.</p></div> |
| Default flow         | Defines the sequence flow as a default.                                                                                                                                                                                                                                                                                                                      |

## Advanced properties

| Property            | Description                                                                                                                                                                                                                                                                                                                                       |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Execution listeners | <p>Allows you to invoke Java logic after certain events:</p><ul><li><strong>Start</strong>: Executes after the activity has been started.</li><li><strong>End</strong>: Executes after the activity was completed.</li><li><strong>Transition</strong>: When defined on a sequence flow, executes once the flow is transition is taken.</li></ul> |

## Visual properties

| Property         | Description                                         |
| ---------------- | --------------------------------------------------- |
| Font size        | The font size of the element in the diagram.        |
| Font weight      | The font weight of the element in the diagram.      |
| Font style       | The font style of the element in the diagram.       |
| Font color       | The font color of the element in the diagram.       |
| Background color | The background color of the element in the diagram. |
| Border color     | The border color of the element in the diagram.     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developer.collibra.com/workflows/designing-workflows/processes/shape-repository/sequence-flows.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.
