flow-finish-recording
Finalize a flow recording: save all captured steps to YAML, get a summary, and prepare the flow file. Requires an active recording for the specified name and project root.
Instructions
Finish recording the flow named by name + project_root, leaving recordings under any other key untouched. Returns { message, path, executionPrerequisite, steps, summary, flowFile, savedTo } - a summary of all recorded steps plus the final YAML. Use when you have added all desired steps and want to finalize the flow file. Fails if that flow has no recording in progress.
You can still edit the .yaml file directly afterwards to remove or reorder steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the flow being recorded — the one passed to flow-start-recording. | |
| project_root | Yes | Absolute path to the project root of the flow being recorded — the same value passed to flow-start-recording. Together with `name` it identifies which recording to finish. |