DigiEmployee Node
Function
The DigiEmployee Node calls a Digital Employee (DigiEmployee) within a workflow. DigiEmployees are autonomous AI agents capable of multi-turn reasoning and tool usage. They can be invoked as independent "specialists" within a workflow to handle complex tasks such as data analysis, code execution, and document processing.
Unlike the Workflow Node, the DigiEmployee Node invokes not another workflow but a self-directed agent that can autonomously use tools and reason across multiple steps.
Selecting a DigiEmployee
Choose a target DigiEmployee from the list of published employees. In debug mode, draft versions are also available.
Task Instruction
Describe the task for the DigiEmployee. Use to reference workflow variables. Example:
Analyze {{reportFile}} and generate a report with key metrics and risk alertsSettings
| Setting | Description |
|---|---|
| Output Variable | The result will be stored in this variable for downstream nodes |
| Send to User | Whether to display the response in the chat |
| Streaming | When enabled, the response is streamed to the user in real-time |
| Wait for User Response | When enabled, the workflow pauses after output until the user responds |
| Timeout | Maximum execution time in seconds (default: 300) |