Reference: Cloud-Log Step Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Step ID
| id
| The unique ID of the cloud-log step within the assembly. |
Variable Name
| variable-name
| The name of the variable that stores the output file. You can give multiple cloud-log steps the same variable name to have their messages concatenated into a single report. You can use different variable names to produce separate output files. |
Level
| level
| The severity level of the log message. There are 6 options:
If you select custom , you must specify your custom property using an MVEL expression in the adjacent field. |
Header
| header
| The text for the cloud-log file header. If you leave this field blank, Studio uses the integration name as the header text.
If your assembly has multiple cloud-log steps with defined headers, Studio uses the header from the first one in the flow. |
Message
| message
| The text of the log message. |
Message Details
| message-details
| A description of the log message. |
Reference ID
| reference-id
| The Reference ID of a Workday object. Useful for troubleshooting. |
Condition
| condition
| An MVEL boolean expression that specifies the circumstances under which Workday logs the message.
If you don't specify a condition, Workday always logs the message. |
Output File Type
| output-file-type
| The type of file the cloud-log step produces. There are 3 options:
The maximum size for the output file is 256 MB. If output exceeds 256 MB, Studio notifies you and truncates the results. |
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Description
| description
| A description of the log message. |
Execute When
| execute-when
| A condition that determines whether the cloud-log step executes. |
Extra Columns Tab
Property | XML Attribute Name | Description |
|---|---|---|
Key
| key
| The identifier for an additional custom message. Unique within 1 log variable. |
Label
| label
| The user-facing label for an additional custom message. |
Value
| value
| The text of an additional custom message. |