> For the complete documentation index, see [llms.txt](https://docs.oneweb.tech/oneweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oneweb.tech/oneweb/design-and-develop-oneweb-apps/design-and-develop-process/process-components/process-activity/timer.md).

# Timer

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2Fv8mBOCqpvCzAFqQz3UQv%2F0?alt=media)

Use **Timer Events** to determine the maximum time allowed for processing a task.

### **Purpose**

**Timer** events are used to specify the upper time limit for processing a task. It can be used as a start event, intermediate event or boundary event. When a timer attached task goes over time, it allows the process to perform some action.

For Example, let's say a process is submitted to a **Human Node Task**, which is being monitored by Timer event. If the task is not taken care of or completed as per scheduled, then Timer event can be used to send an email to Manager/ Responsible Work Party head of such halted human node.

### **Properties**

Timer Configuration panel has only one tab to define properties:

**Timer**

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FdBovSSXSIY6Y4Gzj8V2h%2F1?alt=media)

<table data-header-hidden><thead><tr><th width="162"></th><th width="125"></th><th width="113"></th><th></th></tr></thead><tbody><tr><td><strong>Property</strong></td><td><strong>Mandatory</strong></td><td><strong>Default</strong></td><td><strong>Description</strong></td></tr><tr><td>Time Duration</td><td>Y</td><td>0</td><td>To specify the maximum time duration for a task.</td></tr><tr><td>Time Unit</td><td>Y</td><td></td><td>Type of time unit.</td></tr><tr><td>Terminate</td><td>N</td><td>Uncheck</td><td>Select checkbox if you want that task to terminate on exceeding time.</td></tr></tbody></table>


---

# 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.oneweb.tech/oneweb/design-and-develop-oneweb-apps/design-and-develop-process/process-components/process-activity/timer.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.
