2024-12-16 10:53:31 +01:00
|
|
|
---
|
2025-07-16 14:55:13 +05:30
|
|
|
title: Governance Workflows - Elements | Official Documentation
|
|
|
|
description: Learn about key workflow elements that structure automated governance logic, including nodes, triggers, decisions, and outputs.
|
2024-12-16 10:53:31 +01:00
|
|
|
slug: /how-to-guides/data-governance/workflows/elements
|
|
|
|
collate: true
|
|
|
|
---
|
|
|
|
|
|
|
|
# Governance Workflows - Elements
|
|
|
|
|
|
|
|
{%inlineCalloutContainer%}
|
|
|
|
{%inlineCallout
|
|
|
|
color="violet-70"
|
|
|
|
bold="Trigger"
|
|
|
|
icon="MdMenuBook"
|
|
|
|
href="/how-to-guides/data-governance/workflows/elements/triggers"%}
|
|
|
|
Defines what initiates a workflow (e.g., an event or a scheduled action)
|
|
|
|
{%/inlineCallout%}
|
|
|
|
{%inlineCallout
|
|
|
|
color="violet-70"
|
|
|
|
bold="Nodes"
|
|
|
|
icon="MdMenuBook"
|
|
|
|
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.
|
|
|
|
{%/inlineCallout%}
|
|
|
|
{%/inlineCalloutContainer%}
|