> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/coherent-control/processes/detailed-process-operations.md).

# Detailed Process Operations

#### What happens under the hood

| Step                       | What runs                                                                                                              |
| -------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Re-validate conditions** | User, role, task-sequence, cell value, and hash conditions are checked again at the moment of submission.              |
| **Write Chain ID**         | `CONTROL_CHAIN_ID` is written to workbook metadata to anchor the submission if it is first task executed.              |
| **Run task actions**       | Actions execute in order: lock → save → protect → update\_status → email → etc.                                        |
| **Record chain**           | The chain signature is posted to the backend with hashes and file path.                                                |
| **Deferred actions**       | Any `suggest_group` actions run after the chain is saved (writes metadata for suggested processes and exports a copy). |

#### Submission Status <a href="#process-submissionstatus" id="process-submissionstatus"></a>

<figure><img src="/files/BfORxX0o1bA0EerDLV6C" alt="" width="177"><figcaption></figcaption></figure>

<figure><img src="/files/oy8QSRPgkNatushQcZG8" alt="" width="177"><figcaption></figcaption></figure>

| State           | Meaning                                                                              |
| --------------- | ------------------------------------------------------------------------------------ |
| **In Progress** | Actions are running — keep the taskpane open.                                        |
| **Success**     | Chain recorded. A download link appears if the process is configured to provide one. |
| **Failed**      | A condition or action failed. The error message tells you exactly what to fix.       |

**Auto-reset on completion:** If the process is configured to clear the chain after the final step (e.g. after Checker approval), the workbook automatically resets to the first task — ready for a new submission cycle.


---

# 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://docs.coherent.global/coherent-control/processes/detailed-process-operations.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.
