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
typeflo:cancel_execution
Cancel a running workflow execution.
Write
High risk
Create Workflow
typeflo:create_workflow
Create a new workflow with trigger and actions configuration.
Write
Medium risk
Create Workflow From Template
typeflo:create_workflow_from_template
Create a new workflow based on an existing template with optional customizations.
Write
Medium risk
Delete Workflow
typeflo:delete_workflow
Delete a workflow permanently. This action cannot be undone.
Write
High risk
Get Execution
typeflo:get_execution
Fetch details of a specific workflow execution including logs and output.
Read
Low risk
Get Template
typeflo:get_template
Fetch a workflow template with its configuration and metadata.
Read
Low risk
Get Workflow
typeflo:get_workflow
Fetch a single workflow by ID with its configuration and status.
Read
Low risk
List Executions
typeflo:list_executions
List workflow executions with optional filtering and pagination.
Read
Low risk
List Templates
typeflo:list_templates
List available workflow templates with optional filtering.
Read
Low risk
List Workflows
typeflo:list_workflows
List workflows with optional filtering and pagination.
Read
Low risk
Trigger Workflow
typeflo:trigger_workflow
Manually trigger a workflow execution with optional input data.
Write
Medium risk
Update Workflow
typeflo:update_workflow
Update an existing workflow's configuration.
Write
Medium risk