${sequence()}
Obtains the next value from the specified sequence. See also <sequence>.
| Name | XPath | Description | Reagent Type | Expected Type | Required |
|---|---|---|---|---|---|
| SEQUENCE_NAME | descendant-or-self::text() | Optional name for the sequence created by this task. If omitted, the name 'SequenceTask.DEFAULT_SEQUENCE_NAME' will be used. | PHRASE | java.lang.String | No |
Prints 'a=1' through 'z=26' to standard output:
${Attributes.OBJECT}=${sequence()}
Prints 'a=10' through 'z=-15' to standard output:
${Attributes.OBJECT}=${sequence()}