Skip to main content

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.

ToolEffectDescription
workflow_create_definitionwritesSave a WorkflowDefinition to disk. The definition must contain id, name, and a 'steps' array
workflow_delete_definitionwritesDelete a saved workflow definition file by id. By default, run history under
workflow_executewritesExecute a workflow. Provide either inline 'definition' or saved 'workflow_id', plus 'inputs'
workflow_get_definitionread-onlyReturn the full content of one saved workflow by id. Includes the JSON definition and
workflow_list_definitionsread-onlyReturn a slim list of every saved workflow definition: id, name, description, step_count,
workflow_list_run_historyread-onlyReturn recent runs of a workflow with status (ok|error|cancelled), duration, started_at,
workflow_propose_from_promptread-onlyGiven a natural-language goal, ask the active chat provider to emit a WorkflowDefinition
workflow_validateread-onlyValidate a WorkflowDefinition without persisting. Provide either an inline 'definition'