| title | CustomScriptAction |
|---|---|
| description | CustomScriptAction Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| name | string |
✅ | Action name |
| type | string |
✅ | |
| language | Enum<'javascript' | 'typescript' | 'python'> |
optional | Script language |
| code | string |
✅ | Script code to execute |
| timeout | number |
optional | Execution timeout in milliseconds |
| context | Record<string, any> |
optional | Additional context variables |