Skip to content

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 alerts

Settings

SettingDescription
Output VariableThe result will be stored in this variable for downstream nodes
Send to UserWhether to display the response in the chat
StreamingWhen enabled, the response is streamed to the user in real-time
Wait for User ResponseWhen enabled, the workflow pauses after output until the user responds
TimeoutMaximum execution time in seconds (default: 300)

Last updated: