Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Execution
aero_workflow:cancel_execution
Cancel a running workflow execution.
Write
High risk
Create Task
aero_workflow:create_task
Create a new reusable task with specified configuration.
Write
Medium risk
Create Workflow
aero_workflow:create_workflow
Create a new workflow with specified configuration.
Write
Medium risk
Delete Task
aero_workflow:delete_task
Permanently delete a task. This action cannot be undone and may affect workflows using this task.
Write
High risk
Delete Workflow
aero_workflow:delete_workflow
Permanently delete a workflow. This action cannot be undone.
Write
High risk
Get Execution
aero_workflow:get_execution
Fetch details of a specific workflow execution including status and results.
Read
Low risk
Get Task
aero_workflow:get_task
Fetch details of a specific task including its configuration and status.
Read
Low risk
Get Workflow
aero_workflow:get_workflow
Fetch a single workflow by ID with its configuration and status.
Read
Low risk
List Executions
aero_workflow:list_executions
List workflow executions with optional filtering by workflow, status, or date range.
Read
Low risk
List Tasks
aero_workflow:list_tasks
List available tasks with optional filtering and search.
Read
Low risk
List Workflows
aero_workflow:list_workflows
List workflows with optional filtering and search.
Read
Low risk
Trigger Workflow
aero_workflow:trigger_workflow
Manually trigger a workflow execution with optional input data.
Write
Medium risk
Update Task
aero_workflow:update_task
Update an existing task's configuration or metadata.
Write
Medium risk
Update Workflow
aero_workflow:update_workflow
Update an existing workflow's configuration or metadata.
Write
Medium risk