> For the complete documentation index, see [llms.txt](https://docs.spydra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spydra.app/products-overview/private-network/workflow-builder.md).

# Workflow Builder

A workflow refers to a series of steps or actions that are executed in a specific order to complete a task or achieve a particular goal. Spydra's workflow feature is designed to create a powerful Smart contract to automate work and manual tasks.

The element of workflow include:

* **Triggers**- Events or conditions that initiate the execution of a workflow on changes to a particular asset, token or a scheduled trigger.
* **Workflow Conditions-** Criteria used to determine branching or execution paths within a workflow based on boolean evaluations of variables or inputs.
* **Actions**- Specify the action to be automated for records that meet the set criteria.

Example:

In the below example, the workflow is triggered when an asset called bills is initiated and it updates the insurance asset also as claimed in the same transaction

<figure><img src="/files/zgCN1lbCx7ER9vQz6zTM" alt=""><figcaption></figcaption></figure>

See how to define a [Workflow](/how-to/private-network/workflow.md)
