WorkflowDefinition
Complete workflow definition
Properties
id (required)
- Type:
string - Description: Workflow identifier
name (required)
- Type:
string - Description: Workflow name
description (required)
- Type:
string - Description: Workflow description
type (required)
- Type:
object - Description: Workflow type
version
- Type:
string - Description: Workflow version
steps (required)
- Type:
array - Description: Workflow steps
parallel_steps
- Type:
array - Description: Steps that can run in parallel
rollback_steps
- Type:
array - Description: Steps for rollback
success_criteria
- Type:
object - Description: Success criteria
failure_handling
- Type:
object - Description: Failure handling strategy
Example
{}