> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/tillit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/tillit/knowledge-base/scheduler/execution.md).

# Execution

Once orders are scheduled in the Scheduler, they are released and sent to TilliT Digital Operations (DO) for operators to execute. This integration provides real-time visibility between planning and execution.

## Navigation

Orders are released from within a scenario's scheduling view. The Live Scenario automatically synchronises with Digital Operations.

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

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

\## Integrating Scheduling

When orders are released from the Scheduler to DO:

* Orders become available for operators to complete
* Schedulers see live updates of orders currently running in production
* Real-time monitoring includes expected completion time, actual completion time, and any delays
* Resource utilisation and availability are visible for schedule adjustments

## Scheduling Strategies

The Scheduler supports two models for scheduling assets:

| Strategy        | Description                                                                                  | Best For                                                             |
| --------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| **One-to-one**  | Each asset is scheduled individually, providing granular control over the production process | Complex processes with multiple assets that need synchronisation     |
| **One-to-many** | Assets are scheduled in groups, providing high-level control                                 | Large numbers of assets or simplified processes with fewer resources |

These strategies can be mixed — use one-to-one for critical assets requiring granular control and one-to-many for less critical assets.

## Throughput Rate Integration

When orders are released from the Scheduler to Digital Operations, the system also sends performance rates and scheduled run rates. In DO, if rates are not configured locally on the asset, the values from the Scheduler are used automatically.

{% hint style="info" %}
If you configure local rates in Digital Operations, they will override the rates sent from the Scheduler. Ensure your rate configuration strategy is consistent across both systems to avoid unexpected behaviour.
{% endhint %}


---

# 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:

```
GET https://help.tillit.cloud/tillit/knowledge-base/scheduler/execution.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.
