When to Use
- Complex operations - Break down multiple distinct actions within one step
- Debugging visibility - Track intermediate progress for troubleshooting
- Performance analysis - Identify bottlenecks within step execution
Example
- Node.js
- Go
Properties
- JavaScript
- Go
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | - | Sub-step identifier |
context | object | No | {} | Additional data for the sub-step |
status | string | No | 'success' | Either 'success' or 'failed' |