Type
workflow_executorFormats
JSON, Python DSL, Agent-based
Common Use Cases
Multi-step deployment pipelinesBuild, test, and deploy applications across multiple environments
Complex orchestration tasksCoordinate operations across multiple services and systems
Dependent task executionExecute tasks with dependencies and data passing between steps
Conditional workflow branchingMake decisions based on runtime conditions and previous step outcomes
Workflow Formats
Configuration
Example Configuration:📋 Full Configuration Reference
📋 Full Configuration Reference
Quick Start
View Complete Examples
See full deployment pipelines, ETL workflows, and multi-agent orchestration examples
Workflow Features
Conditional Execution
Execute steps based on runtime conditions:Parallel Execution
Run independent steps concurrently:Data Passing Between Steps
Share outputs between workflow steps:Error Handling and Retries
Configure retry behavior for resilient workflows:Example Workflow
Deployment Pipeline
Security Best Practices
Validate Workflows
Validate Workflows
Always enable
validation_enabled to catch errors before execution.Restrict Executors
Restrict Executors
Limit
allowed_executors to only necessary execution methods.Set Timeouts
Set Timeouts
Configure timeouts to prevent runaway workflows.
Troubleshooting & Related Skills
Workflow Validation Fails
Workflow Validation Fails
Solutions:
- Check JSON syntax is valid
- Verify all
depends_onreferences exist - Ensure no circular dependencies
- Validate executor types are in
allowed_executors
Step Timeout
Step Timeout
Solutions:
- Increase step-specific timeout
- Increase global workflow timeout
- Optimize step execution
- Break into smaller steps
Context Data Not Available
Context Data Not Available
Solutions:
- Verify
enable_context_sharing: true - Check
output_variableis set on source step - Ensure variable name matches in dependent step
Related Skills
Agent Communication
Delegate workflow steps to specialized agents
Shell Skill
Execute shell commands in workflow steps
Docker Skill
Build and deploy containers in workflows
View All Skills
Return to built-in skills overview