Type to start searching...

Loop : Test Activity

Properties
caption : string

Caption for the loop in the service editor.

collection : string

Expression returning a list, collection, or iterator.

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 workflow variable into which the current item will be placed.

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:

    • Script [1..1] - Script within a TestActivity

    • Delay [1..1] - Delay within a TestActivity

    • Decision [1..1] - Decision within a TestActivity

    • Loop [1..1]

    • Goto [1..1] - Goto within a TestActivity

    • any [1..1]

Parents