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

Reference: Async-Mediation Component Properties

Common Tab

Property
XML Attribute Name
Description
Id
id
The unique ID of the
async-mediation
component within the assembly.
Routes To
routes-to
The assembly element towards which the
async-mediation
directs the message.
Execute When
execute-when
A condition that determines if the
async-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
async-mediation
component. Global error handlers will address downstream errors instead.
If set to
true
, local error handlers for the
async-mediation
component can handle downstream errors.