# Resume

Pair this with [Start](/kb/automation-builder-kit-abk/actions/flow-lifecycle/startflowaction.md) and [Finish](/kb/automation-builder-kit-abk/actions/flow-lifecycle/finishflowaction.md) actions. Use this action after a Screen Flow action to resume execution tracing for individual executions of the Flow ("interviews" in Flow-speak). Screen Flow actions can cause the transaction for the Flow execution to change which makes execution tracing difficult. Resuming tracking of the original transaction from the [Start](/kb/automation-builder-kit-abk/actions/flow-lifecycle/startflowaction.md) will allow us to continue to track the full Flow execution lifecycle.

## Inputs

| Name              | Required | Type   | Description                                                                                                                         |
| ----------------- | -------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------- |
| flowInterviewGuid | Yes      | String | The interview GUID from the [Start](/kb/automation-builder-kit-abk/actions/flow-lifecycle/startflowaction.md) element in your Flow. |
| flowApiName       | No       | String | The API name of the flow                                                                                                            |

## Outputs

| Name              | Type   | Description        |
| ----------------- | ------ | ------------------ |
| flowInterviewGuid | String | The interview GUID |


---

# 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.gradient.works/kb/automation-builder-kit-abk/actions/flow-lifecycle/resumeflowaction.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.
