# Overview

## What are the steps to create a workflow?

Follow the steps below to configure a workflow for business processes using **One Resource’s Workflow Builder**:

* Identify the flow of business processes to automated.
* Determine where the process starts, ends and the sequence of steps in between.
* At every step of the workflow,
  1. Find out who is accountable and assign roles accordingly.
  2. Check if any conditions are to be applied for moving the processes along the workflow.
* Once you have your processes and their flow details, configure your workflow diagram easily in **One Resource's Workflow Builder** interface.
* Add notifications and reminders, if required, for the concerned stakeholders at any step(s) of the process.
* Test the workflow you created.

## What are the pre-requisites for creating a workflow?

1. The user must be logged into the **One Resource** platform.
2. The user creating the workflow must have administrative rights to access the **Workflow Builder**.
3. The roles and users that will participate in the workflow must be created in the system. Learn how to [<mark style="color:purple;">**create custom roles**</mark>](https://docs.senpiper.com/user-management/managing-user-roles/creating-roles)
4. The form based on which the workflow is to be designed must be created in the system. learn how to [<mark style="color:purple;">**Create a form**</mark>](https://docs.senpiper.com/form-builder)**.**&#x20;
5. The form based on which the workflow is to be created must contain the **Status** field. It is this field that will help identify the current stage of the task and set up the assignees for the form or task.

{% hint style="warning" %}
**Note**: *We cannot set up a workflow for a form that does not have a ‘**Status’** type field. The **Status** field is a simple dropdown-menu field where you can define the various stages of the workflow. Learn how to* [*<mark style="color:purple;">**add a status field**</mark>*](https://docs.senpiper.com/form-builder/creating-forms/adding-fields-and-saving-a-form/building-forms#1.-status)&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.senpiper.com/workflow-builder/introduction/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
