Reference: Log Step Properties
Message Builder Tab
The
Message Builder
simplifies defining the message content
for some assembly steps.Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Step ID
| id
| The unique ID of the log step within the assembly. |
Input
| input
| Specifies where the log step obtains data as input. There are 5
possible values:
|
Level
| level
| The Log4J logging level. There are 5 options:
|
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Description
| description
| A description of the log step that displays in the consolidated
log. You can use this feature to describe the step's function and the data
on which it is operating. |
Execute When
| execute-when
| A condition that determines whether the log step
executes. |
Category
| category
| Part of the logger name. If you don't specify a value, Workday uses
DEFAULT . |
You can use the
static-file
child element to specify a
character-encoding property for an input file.
Example:<cc:log-message> <cc:static-file character-encoding="UTF-16" input-file="logfile.html"/> </cc:log-message>
If you don't specify a
character-encoding
value, Workday uses the character
set specified in the output-mimetype
property. If a character set
isn't specified there either, Workday uses UTF-8.