# Combining Consecutive Actions

Often in a process map there will be consecutive actions performed by the same resource:

![](/files/-MWjbgINmf73exDBeuiQ)

In Enate, an ACTION can have a set of constituent CHECKS. These can represent parts of the activity, but cannot be allocated to different resources or have different due dates.

In the example, these 3 ACTIONS might all be done by the same person with a single overall due date, the constituent activity could then be modelled as checks. This greatly simplifies the map.

Calculate Pay and Start

* Calculate Pay Band
* Calculate Start Date
* Calculate Salary

You would NOT do this if:

* The ACTIONS need to go to different resources
* The ACTIONS have different due dates
* The ACTIONS status need to be highly visible
  * A team leader could see the checks haven’t been done by looking in the ACTION packet, or in dashboards, but couldn’t see it in the Team Leader page or Inbox view.


---

# 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.enate.net/enate-help/implementation/enate-implementations-2/solutioning-in-enate/combining-consecutive-actions.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.
