g_Sequence_Loop
Loop
Properties
caption : stringCaption for the loop in the service editor.
collection : stringExpression returning a list, collection, or iterator. Defaults to 'this'.
- Example
'(1 1 2 3 5)
description : stringLoop description.
layout : stringGUI layout data.
name : stringStep name.
variable : identifierThe name of the service variable into which the current item will be placed. Defaults to 'this'.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
Content
Choice of:
g_Sequence_Script [1..1]
g_Sequence_Goto [1..1]
g_Sequence_Transform [1..1]
g_Sequence_Dispatch [1..1]
g_Sequence_Loop [1..1]
g_Sequence_Semaphore [1..1]
g_Sequence_TryCatch [1..1]
g_Sequence_Persist [1..1]
g_Sequence_Sync [1..1]
g_Sequence_Send [1..1]
g_Sequence_SendReceive [1..1]
g_Sequence_Join [1..1]
any [1..1]
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: t_SOADefinition_IntegrationServices_Service
Parent topic: g_Sequence_Loop
Parent topic: g_Sequence_Semaphore
Parent topic: g_Sequence_TryCatch_Try
Parent topic: g_Sequence_TryCatch_Catch
Parent topic: g_Sequence_Join_Sequence
Parent topic: Service