> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items.md).

# Executing Independent Action Items

Perform tasks assigned to your role to advance action items through the Independent Action Execution & Closure workflow.

## Workflow Overview <a href="#workflow-overview" id="workflow-overview"></a>

The **Independent Action Execution & Closure** workflow governs the execution, review, and closure of independent action items.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FJffVbJiDXSFYuDHEYkq4%2FBCM-V15-Action-Workflow-1.png?alt=media&amp;token=327b2174-e491-480d-abb2-032292115d02" alt=""><figcaption></figcaption></figure>

***

## Interactive Tour <a href="#interactive-tour" id="interactive-tour"></a>

Explore the **Independent Action Execution & Closure** workflow and learn how each stage works, with key guidance and best practices along the way.

***

## Workflow Stages <a href="#workflow-stages" id="workflow-stages"></a>

The workflow is organized into **four key stages**, each with specific roles and responsibilities.

{% hint style="success" %}
For detailed instructions on any stage, click the corresponding button.
{% endhint %}

{% stepper %}
{% step %}

### Select Independent Action for Execution

> **Performed By:** \[...] (e.g., Incident Manager, Department Manager, Business Continuity Coordinator)

**Responsibilities**:

* Select the action items you want to execute.
* Initiate the execution of selected action items.

<p align="center"><a href="/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items/initiate-independent-action-execution.md" class="button primary" data-icon="circle-play">Initiate Independent Action Execution</a></p>

***

{% endstep %}

{% step %}

### Execute Independent Action Item

> **Performed By:** Assigned Action Owner

**Responsibilities**:

* Carry out the assigned action according to instructions.
* If applicable, complete the assigned checklist, ensuring that all items satisfy any required status constraints.
* Document the action outcome, including recovery performance, key findings, and lessons learned.
* Submit the completed action for review.

<p align="center"><a href="/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items/execute-independent-action-item.md" class="button primary" data-icon="rocket-launch">Execute Independent Action Item</a></p>

***

{% endstep %}

{% step %}

### Review Completion of Action

> **Performed By:** Assigned Action Reviewer

**Responsibilities**:

* Review the completed action, findings, and supporting evidence.
* Verify that the action was executed correctly and effectively.
* Assess whether the implemented action resolved or mitigated the identified issue.
* Identify any remaining risks, deficiencies, or follow-up needs.
* Approve the action to close the workflow or reject it for re-execution.

<p align="center"><a href="/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items/review-completion-of-action.md" class="button primary" data-icon="magnifying-glass">Review Completion of Action</a></p>

***

{% endstep %}

{% step %}

### Execute Independent Action Item Again

> **Performed By:** Assigned Action Owner

**Responsibilities**:

* Review reviewer feedback and identified deficiencies.
* Re-execute or revise the action as required.
* Update findings, evidence, and insights.
* Respond to reviewer comments and provide clarifications where necessary.
* Resubmit the action for review.

<p align="center"><a href="/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items/execute-independent-action-item-again.md" class="button primary" data-icon="rotate-right">Execute Independent Action Item Again</a></p>

{% hint style="warning" %}
This stage is triggered only if the reviewer rejects the action execution.
{% endhint %}

***

{% endstep %}
{% endstepper %}

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/business-continuity/managing-action-items-apps/executing-independent-action-items.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.
