studio-web
latest
false
- Getting started
- For administrators
- RPA workflow projects
- Creating an RPA workflow from an idea
- Creating a project
- How to start an RPA workflow
- Managing project files and folders
- Connecting RPA workflows to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- Local setup for RPA workflow and app projects
- App projects
- Agentic processes
- Agents
- Solutions
- API workflows
- Tests
Studio Web user guide
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:
- On your API workflow designer canvas, select the plus (+) icon. The Add activity menu appears.
- Select More ..., then Log Message.
- In the Properties panel, configure the following fields:
- 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.