# 2024-12-05: OE - Timer Events

### Overview

Timer events simplify the scheduling of digital process runs, allowing you to define precise start or wake-up points for your workflows. These events can be configured in three flexible ways: using context-driven logic, as a single event, or as recurring events.

### New features

| Feature                  | Benefits                                                           |
| ------------------------ | ------------------------------------------------------------------ |
| **Use Context Variable** | Use the information as a wake-up trigger for your digital process. |
| **Single Event**         | Set up a specific point of time for your to run.                   |
| **Repeating Event**      | Schedule recurring runs.                                           |

### Known problems

No known problems at time of release.

### Documentation and links

* [Digital Process Components](broken://spaces/8dAaH7DfB59pzZwLxmur/pages/hTGZ3pjA0n74tiN1GQ06)
* [Creating a Digital Process](broken://spaces/8dAaH7DfB59pzZwLxmur/pages/fpq7OwfGems7fCYXyLLI)


---

# 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://developer.emporix.io/release-notes/archive/2024/2024-12-05-oe-timer-events.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.
