Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Reference: PdfPrintStep Subassembly Properties

Reference: PdfPrintStep Subassembly Properties

Common Tab

Property
XML Attribute Name
Description
Id
id
The unique ID of the
PdfPrintStep
subassembly within the assembly.
Routes Response To
routes-response-to
The destination of the response message for the
PdfPrintStep
subassembly.
Execute When
execute-when
A condition that determines whether the
PdfPrintStep
subassembly executes.
Endpoint
endpoint
The target endpoint address for the subassembly. The
PdfPrintStep
component supports a
vm://
endpoint address. Example:
vm://wcc/PdfPrintStep
.

Advanced Tab

Property
XML Attribute Name
Description
Store Message
store-message
Specify
none
unless otherwise advised by Workday Support.
To store messages, use Studio's
store
step.
Transport Class
transport-class
Specifies an alternative implementation class on a per-assembly basis, if required.
You can globally change the implementation classes by editing the WEB-INF/classes/spring/assembly-bean.xml file.
Ignore Dynamic Endpoints
ignore-dynamic-endpoints
Specifies whether to ignore the dynamic WS-Addressing (WSA) value in the incoming message's header or use it to override the value in the transport's
Endpoint
property.
Use the
set-dynamic-endpoint
step to specify WS-Addressing details.
Clone Request
clone-request
Specifies whether to chain processing between subassemblies. Set to
true
to create a copy of the original message so that any subassembly modifying the request message won't affect the others. Set to
false
to pass the original message.
Propagate Abort
propagate-abort
Specifies whether an abort flag propagates from a subassembly to the calling assembly.
A subassembly stops processing when it marks the
MediationContext
as aborted.
Unset Properties
unset-properties
Specifies whether all
local-out
properties reset after the
local-out
transport calls a subassembly.

Parameters Tab

Parameter
Description
pdf.report.design.variable
The name of the integration variable that contains the report design, which defines the layout for the printed custom report. Example:
'test.report.design'
.
The report design definition is contained in a file with the extension.rptdesign.
pdf.workday.report.variable
The name of the integration variable that contains the raw Workday report data. Example:
'test.workday.report'
.
pdf.timezone
The Java time zone for formatting purposes. Example:
  • 'US/Eastern'
  • 'GMT'
  • 'CET'
pdf.language
The language of the report for formatting purposes. Example:
  • 'en_US'
  • 'fr_FR'
  • 'de_DE'
pdf.locale
The locale of the report for formatting purposes. Example:
  • 'en_US'
  • 'fr_FR'
  • 'de_DE'
pdf.business.form.layout.wid
The Workday ID of the Business Form Layout being used. Enables retrieval of images defined as tokens on the layout.
pdf.report.design.wid
The Workday ID of the report design being used. Enables translation.
pdf.apply.report.design.per.row
Specifies whether Workday applies the report design to individual report rows, rather than to the report as a whole.