The variables that are available to scripts depend on the triggers that launch the script. The following section outlines the available variables, per trigger.
- condition
-
object
- correlationQuery
-
source
- Custom endpoint scripts
-
request
- onCreate
-
object, source, target
- onDelete
-
object
- onLink
-
source, target
- onRead
-
object
- onRetrieve
-
object, property
- onStore
-
object, property
- onUnlink
-
source, target
- onUpdate
-
oldObject, newObject
- onValidate
-
object, property
- result
-
source, target
- synchronization situation scripts
-
recon.actionParam- the details of the synchronization operation in progress. This variable can be used for asynchronous callbacks to execute the action at a later stage.sourceAction- a boolean that indicates whether the situation was assessed during the source phasesource(if found)target(if found)The properties from the configured script object.
- taskScanner
-
input, objectID
- transform
-
source
- validSource
-
source
- validTarget
-
target

