validate_workflow_credentials
Checks workflow credentials before deployment to ensure credential IDs exist, types match node requirements, and optionally tests validity.
Instructions
Validate workflow credentials before deployment. Checks: credential IDs exist, credential types match node requirements, and optionally tests credential validity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | Workflow object to validate | |
| testCredentials | No | Whether to test credential validity (default: false) |