g_Sequence_Sync
Sync
Properties
caption : stringString identifier for caption display in the UI.
description : stringScript description.
language : schemeLanguageTypeThe scripting language for this element.
The language defaults to scheme.Valid values based on“languageType”. scheme scheme scripting language
layout : stringGUI layout data.
link : stringExpression evaluating to the synchronization link instance.
name : stringStep name.
onError : onErrorTypeIf 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
g_Sequence_Join_Sequence - Step within a Join of a Service. e.g. Script, Transform, Try, Branch...
Service - Services provide integration service orchestration capabilities. They are essentially workflow for integration.
Parent topic: g_Sequence_Dispatch_Case
Parent topic: g_Sequence_Loop
Parent topic: g_Sequence_Semaphore
Parent topic: g_Sequence_TryCatch_Try
Parent topic: g_Sequence_TryCatch_Catch
Parent topic: t_SOADefinition_IntegrationServices_Service
Parent topic: g_Sequence_Join_Sequence
Parent topic: Service