Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Reference: Log Step Properties

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:
  • message
    : the entire message, including
    rootpart
    and attachments.
  • soapbody
    : the content of the SOAP body from the
    rootpart
    of the message. Only applicable when the input contains a SOAP message.
  • attachment
    : a MIME attachment within the message. Specify the attachment index.
  • rootpart
    : the content of the
    rootpart
    of a MIME message. If the message isn't MIME, Workday selects the entire message.
  • variable
    : use a named variable from the
    MediationContext
    .
Level
level
The Log4J logging level. There are 5 options:
  • debug
  • info
  • warn
  • error
  • fatal

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.