Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | false | false | java.lang.String |
Name of the exported variable for the debug output. | |||
object | true | true | java.lang.Object |
Specifies the object to dump. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
Name of the exported scoped variable for the current ResultFeed. This scoped variable has nested visibility. | |||
varStatus | false | false | java.lang.String |
Name of the exported scoped variable for the status of the iteration. This scoped variable has nested visibility. | |||
begin | false | true | int |
The index on which to begin the iteration. Defaults to '0'. | |||
end | false | true | int |
The index on which to end the iteration. 0 is interpreted as 'unbounded'. Defaults to '0'. | |||
iteration | false | true | int |
The number of iteration to perform, replace the 'end' attribute. 0 is interpreted as 'unbounded'. Defaults to '0'. |