ACTIVEPIECES/docs/flows/building-flows.mdx
rohit cd823a2d9e
Some checks failed
Crowdin Action / synchronize-with-crowdin (push) Has been cancelled
Release Pieces / Release-Pieces (push) Has been cancelled
automaton layer
2025-07-05 23:59:03 +05:30

16 lines
534 B
Plaintext

---
title: "Building Flows"
icon: 'hammer'
description: "Flow consists of two parts, trigger and actions"
---
## Trigger
The flow's starting point determines its frequency of execution. There are various types of triggers available, such as Schedule Trigger, Webhook Trigger, or Event Trigger based on specific service.
## Action
Actions come after the flow and control what occurs when the flow is activated, like running code or communicating with other services.
In real-life scenario:
![Flow Parts](/resources/flow-parts.png)