> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-actions/selecting-an-assignment-strategy.md).

# Selecting an assignment strategy

Assignment strategy governs how a particular step of the workflow is assigned to multiple users at a time.

Refer to step 3 of the **Reimbursement Workflow** as described in the [**Overview** ](/workflow-builder/introduction/overview.md)section. When the **Department Head** approves the request, it is then assigned to a member of the **Finance Team** consisting of 5 members. Only one member will be assigned to a step at a time. For another instance of the workflow, this step will be assigned to the next member in the sequence. Let's look at how this is done. Assume that this step is already assigned to the **Finance Team** following the steps given in [**Assignment settings**](/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow/assignment-settings.md).

To select an assignment strategy for the step,

1\.    In the node, click <img src="/files/-MhJRICw2iV7ru0_M4_2" alt="" data-size="original"> .

<figure><img src="/files/WHpQoq0J0qsJsgfzFzvv" alt=""><figcaption><p><em>Assignmenet Strategy</em></p></figcaption></figure>

The **Define actions** window is displayed. You can set up an assignment strategy for the current step of the workflow here.

<figure><img src="/files/XSl6i2kBfalF2GAQ8ch4" alt=""><figcaption><p><em>Assignment Strategy</em></p></figcaption></figure>

2\.    From the **Select assignment strategy** dropdown menu, select the required option.

* **Round Robin**: When a role has multiple users, the step is assigned to those users one by one sequentially.
* **All users**: When a role has multiple users, the step is assigned to all the users at once.

{% hint style="info" %}
**Note**:&#x20;

* When the assignment strategy is **Round Robin**, the step is assigned to only one user belonging to a role at a time.&#x20;
* When the assignment strategy is **All users**, the step is assigned to all the users belonging to a role. Any user belonging to the required role can take action for the concerned step.
  {% endhint %}

For the Reimbursement use case, step 3,  we have selected the assignment strategy as **Round Robin** for the **Finance Team**. Since, the **Finance Team** consists of 5 members, the **Round Robin** strategy will ensure only one member is assigned to a step at a time. In the next instance of the workflow, the next Finance Team member in sequence will be assigned to the step.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-actions/selecting-an-assignment-strategy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
