hubify workflow
Commands for managing multi-step workflows.Usage
Subcommands
| Command | Description |
|---|---|
list | List available workflows |
info <name> | View workflow details |
run <name> | Execute a workflow |
create | Create a new workflow |
validate | Validate a workflow definition |
Examples
List Workflows
View Workflow Details
Run Workflow
Create Workflow
Run with Options
Validate Workflow
Workflow Definition
Step Options
| Option | Description |
|---|---|
name | Step identifier |
skill | Skill to execute |
inputs | Input mappings |
outputs | Output variables |
condition | When to run this step |
retry | Retry configuration |
timeout | Step timeout |