> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Governance Workflows - Elements | Official Documentation

> Learn about key workflow elements that structure automated governance logic, including nodes, triggers, decisions, and outputs.

# Governance Workflows - Elements

<CardGroup cols={2}>
  <Card title="Trigger" href="/how-to-guides/data-governance/workflows/elements/triggers">
    Defines what initiates a workflow (e.g., an event or a scheduled action)
  </Card>

  <Card title="Nodes" href="/how-to-guides/data-governance/workflows/elements/nodes">
    Represent the building blocks of a workflow. You can configure each node to specify conditions, actions or tasks.
  </Card>
</CardGroup>
