
The Edit Workflow screen — each section has its own Edit button.
What is on the screen

The lower part of the edit screen — AI Model, JSON Output Schema, and Reference Notes.
The policy and the AI model cannot be changed
There is no policy definition section on the edit screen. Changing the policy means rebuilding the playbook, the actions, and every engine assignment — which effectively makes it a different workflow. So the policy is fixed after creation, and only the execution plan beneath it is adjustable. The AI model is read-only for the same reason. You can read the original policy text inpolicyText from GET /workflows/:workflowId.
When you do need to change the policy itself, create a new workflow. Copying the existing one first is faster, because you do not have to rewrite the output schema.
Editing the information section

Information — select Edit to change the name and description.
Editing playbook actions
This is the edit you will use most. Selecting Edit switches the section into edit mode in place, not in a separate window. Change the order, names, descriptions, and engines, then Save to apply everything at once.
Playbook action edit mode — drag handle, pencil next to the name, engine button on the right, delete, and Add Action at the bottom.
Editing step engines
Selecting n engine(s) (or Select engines) on the right of an action row opens a window for choosing the engines assigned to that step.
Editing step engines — pick from the full engine catalog with checkboxes.
- The title is Edit Step n Engines.
- There is a Select All checkbox and a count such as “2 of 7 selected”.
- Each engine shows its name and description, so you can confirm what it does right here.
- Apply puts the choice on that step; the final save happens with Save on the playbook actions section.
Editing the output schema
An Edit Output Schema window opens with the same two tabs used at creation, Field Builder and JSON Schema Input.
Edit Output Schema — the existing schema is expanded in the Field Builder.
"type": "object", nesting is 2 levels at most, and names cannot repeat. The full rules are in output schema.
Editing reference notes
This is the first place to look when an action carried the policy’s intent across incorrectly. The Edit Reference Notes window lists the entries in a text area as lines beginning with- .

Edit Reference Notes — one line is one entry.
What saving does
playbookId stays the same for the life of the workflow; only playbookVersion goes up with each edit. Past analyses froze the playbook as it was at run time, so edits do not affect them — reading analysis results.
With nothing to change, the screen tells you there are no changes to save.
Common errors
Related pages
- Creation complete and workflow detail — copying, deleting, and the profile table
- Policy writing guide — for when the policy itself has to be rewritten