The workflow provides a rich selection of tools, categorized into three types:
Before using built-in tools, you may need to authorize the tools.
If built-in tools do not meet your needs, you can create custom tools in the Dify menu navigation — Tools section.
You can also orchestrate a more complex workflow and publish it as a tool.
Configuring a tool node generally involves two steps:
For more information on how to create custom tools and configure them, please refer to the Tool Configuration Guide.
Retry on Failure
For some exceptions that occur in the node, it is usually sufficient to retry the node again. When the error retry function is enabled, the node will automatically retry according to the preset strategy when an error occurs. You can adjust the maximum number of retries and the interval between each retry to set the retry strategy.
Error Handling
Tool nodes may encounter errors during information processing that could interrupt the workflow. Developers can follow these steps to configure fail branches, enabling contingency plans when nodes encounter exceptions, avoiding workflow interruptions.
For more information about exception handling approaches, please refer to Error Handling.
Workflow applications can be published as tools and used by nodes in other workflows. For information about creating custom tools and tool configuration, please refer to the Tool Configuration Guide.
Edit this page | Report an issue