Documentation Index
Fetch the complete documentation index at: https://docs.langdock.com/llms.txt
Use this file to discover all available pages before exploring further.
Workflow settings are available to workspace administrators. These controls help you manage security across all workflows in your workspace.
Accessing Workflow Settings
Open Workspace Settings
Navigate to your workspace settings from the main menu.
Code Node Toggle
The Code node allows users to execute custom code within workflows for data transformation and custom logic. When enabled:- Users can add Code nodes to their workflows
- Custom code execution is permitted
- Data transformations, calculations, and complex business logic are possible
- Code nodes cannot be added to new workflows
- Existing workflows with Code nodes will fail at the Code node step
- Users must use other nodes (Agent, Condition, etc.) for data processing
- Your security policy prohibits custom code execution
- You want to restrict workflow capabilities to pre-built nodes only
- Compliance requirements mandate limited scripting capabilities
HTTP Node Toggle
The HTTP Request node allows workflows to make external API calls to any endpoint. When enabled:- Users can add HTTP Request nodes to their workflows
- Workflows can call external APIs, webhooks, and services
- Custom integrations with third-party systems are possible
- HTTP Request nodes cannot be added to new workflows
- Existing workflows with HTTP Request nodes will fail at that step
- Users must rely on native integrations for external connectivity
- Your security policy restricts outbound network requests
- Data exfiltration concerns require limiting external connectivity
- You want to ensure all integrations go through vetted native connectors