WorkflowComposer
8 tools in this family (folder Editor/Tools/WorkflowComposer/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
workflow_create_definition | writes | Save a WorkflowDefinition to disk. The definition must contain id, name, and a 'steps' array |
workflow_delete_definition | writes | Delete a saved workflow definition file by id. By default, run history under |
workflow_execute | writes | Execute a workflow. Provide either inline 'definition' or saved 'workflow_id', plus 'inputs' |
workflow_get_definition | read-only | Return the full content of one saved workflow by id. Includes the JSON definition and |
workflow_list_definitions | read-only | Return a slim list of every saved workflow definition: id, name, description, step_count, |
workflow_list_run_history | read-only | Return recent runs of a workflow with status (ok|error|cancelled), duration, started_at, |
workflow_propose_from_prompt | read-only | Given a natural-language goal, ask the active chat provider to emit a WorkflowDefinition |
workflow_validate | read-only | Validate a WorkflowDefinition without persisting. Provide either an inline 'definition' |