> For the complete documentation index, see [llms.txt](https://docs.gradient.works/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/flow-lifecycle/finishflowaction.md).

# Finish

Pair this action with [Start](/kb/automation-builder-kit-abk/actions/flow-lifecycle/startflowaction.md). Use it at the very end of the Flow to ensure proper Flow execution tracing.

## Inputs

| Name              | Required | Type   | Description                                     |
| ----------------- | -------- | ------ | ----------------------------------------------- |
| flowInterviewGuid | Yes      | String | Automatically provided as $Flow\.InterviewGuid. |
| flowApiName       | No       | String |                                                 |

## Outputs

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