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

# Introduction

> Learn how to configure a Stratumn workflow

## Workflow

In Stratumn, a workflow corresponds to a business process.
It defines a set of [actions](/configuration/action) that are done in a specific order, automatically or manually by users.

<Frame caption="A restaurant workflow">
  <img src="https://mintcdn.com/stratumn/_7ghGbILOYM4ffi0/images/configuration/restaurant.svg?fit=max&auto=format&n=_7ghGbILOYM4ffi0&q=85&s=28dc0e0fc9f3bc47d590ecb5a6d19da7" style={{ borderRadius: '1rem' }} width="1000" height="470" data-path="images/configuration/restaurant.svg" />
</Frame>

### Trace

A [trace](/configuration/trace) is an instance of a workflow.
It is created when the first action of the workflow is made, and contains all data related to the execution of the workflow.

<Info>
  In the above workflow, a new trace is created every time a customer orders
  ameal.
</Info>
