# Notifications

## Default

Notifications are sent as described below.

{% hint style="info" %}
Any of these notifications can be deactivated by the process designer.
{% endhint %}

### When an action is assigned

* To a person: to the corresponding user<br>
* Self-service: to all users associated with the participant, or to a subset of the participant user list, depending on the process design<br>
* Through the coordinator: to the coordinator only

### When a request is closed

* To the requester

### When a request is cancelled

* To the requester

### When an action is cancelled

* To the user assigned to the action

### When an assignment is cancelled manually

* To the user who has assigned the action to a person, unless it is the current user

### When an assignment is cancelled automatically

* To the user who assigned the person<br>
* To the user assigned to the action

## Other

### Launch events

* When the action has to be performed<br>
* When the action is overdue<br>
* Prior to when an action is overdue<br>
* When the action is completed<br>
* When the action is cancelled<br>
* When the action assignment was cancelled<br>
* When an execution error occurs<br>
* When an assignment error occurs

### Possible recipients

* The requester<br>
* The action assignee<br>
* Some free-form email addresses<br>
* The users associated with a process participant<br>
* The user who performed an action of the process<br>
* Any email address included in the process data


---

# 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.workflowgen.com/portal/8.0/notifications.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.
