studio-web
latest
false
- 入门指南
- 面向 Administrator
- RPA 工作流项目
- 应用程序项目
- 智能体流程
- Agents (智能体)
- Solutions (解决方案)
- API 工作流
- 测试
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Studio Web 用户指南
The Log Message activity lets you record diagnostic messages directly in the API Workflow designer without writing JavaScript code. Messages are written to Orchestrator Logs. Use it to capture runtime information and build audit trails during workflow execution.
Using the Log Message activity
To add a Log Message activity to your workflow:
- 在 API 工作流设计器画布上,选择加号 (+) 图标。系统将显示“添加活动”菜单。
- Select More ..., then Log Message.
- 在“属性”面板中,配置以下字段:
- Message (required)—Enter the message or expression to log. You can type a static message or use the expression editor to reference workflow variables and outputs.
- Log level—Select the severity level for the log entry. Available options are Info, Warning, and Error. The default is Info.
- Debug the workflow to execute the activity and verify the log output.