analyze
Analyze workflow structure and dependencies to identify connections and optimize automation processes for efficient development.
Instructions
Analyze a workflow structure and dependencies
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to the workflow file relative to workflows root |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path to the workflow file relative to workflows root",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}