Type to start searching...

Loop

Properties
caption : string

Caption for the loop in the service editor.

collection : string

Expression returning a list, collection, or iterator. Defaults to 'this'.

Example


'(1 1 2 3 5)

description : string

Loop description.

layout : string

GUI layout data.

name : string

Step name.

variable : identifier

The 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
Parents
  • Loop
  • Semaphore
  • Try
  • Sequence - Step within a Join of a Service. e.g. Script, Transform, Try, Branch...
  • Catch
  • Case
  • Service
  • Service - Services provide integration service orchestration capabilities. They are essentially workflow for integration.