Type to start searching...

Sync

Properties
caption : string

String identifier for caption display in the UI.

description : string

Script description.

language : schemeLanguageType

The scripting language for this element.

The language defaults to scheme.
Valid values based on“languageType”.
scheme

scheme scripting language

layout : string

GUI layout data.

link : string

Expression evaluating to the synchronization link instance.

name : string

Step name.

onError : onErrorType

If an error occurs, "fail" throws the first encountered exception, "collect" throws a compound exception with all the errors and "commit" persists the correct instances and throws a compoundt exception with all the errors.

Valid values based on“string”.
fail
collect
commit
Parents
  • Try
  • Sequence - Step within a Join of a Service. e.g. Script, Transform, Try, Branch...
  • Catch
  • Semaphore
  • Loop
  • Case
  • Service
  • Service - Services provide integration service orchestration capabilities. They are essentially workflow for integration.