Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Reference: Sync-Mediation Component Properties

Reference: Sync-Mediation Component Properties

Common Tab

Property
XML Attribute Name
Description
Id
id
The unique ID of the
sync-mediation
component within the assembly.
Routes To
routes-to
The assembly element towards which the
sync-mediation
directs the message.
Routes Response To
routes-response-to
The destination of the response message for the
sync-mediation
component.
Execute When
execute-when
A condition that determines whether the
sync-mediation
component executes.

Advanced Tab

Property
XML Attribute Name
Description
Continue After Error
continue-after-error
Indicates how Workday behaves when an error handler clears an error.
The default value is
rewind
, which means that processing continues from the previous component in the assembly.
The
recover
setting specifies that Workday skips to the next step in the mediation when an error occurs.
Handle Downstream Errors
handle-downstream-errors
Indicates whether to handle downstream errors.
If set to
false
, local error handlers only address errors that occur within the
sync-mediation
component. Global error handlers will address downstream errors instead.
If set to
true
, local error handlers for the
sync-mediation
component can handle downstream errors.