WorkflowStep
Individual workflow step definition
Properties
id (required)
- Type:
string - Description: Step identifier
name (required)
- Type:
string - Description: Step name
description (required)
- Type:
string - Description: Step description
agent_id
- Type:
object - Description: Responsible agent
dependencies
- Type:
array - Description: Step dependencies
status
- Type:
object - Description: Step status
input_schema
- Type:
object - Description: Expected input schema
output_schema
- Type:
object - Description: Expected output schema
estimated_duration_seconds
- Type:
integer - Description: Estimated duration
retry_count
- Type:
integer - Description: Current retry count
max_retries
- Type:
integer - Description: Maximum retries
timeout_seconds
- Type:
integer - Description: Step timeout
Example
{}