COUNTER
Last updated
Last updated
The COUNTER workflow application allows you to easily manipulate a counter in a loop.
The application requires the COUNTER
parameter, which will be incremented or decremented depending on your choice.
Parameter | Type | Direction | Description |
---|---|---|---|
Parameter | Value |
---|---|
Parameter | Value |
---|---|
Parameter | Value |
---|---|
Parameter | Value |
---|---|
Parameter | Value |
---|---|
Parameter | Value |
---|---|
Parameter | Value |
---|---|
Parameter | Value |
---|---|
Parameter | Value |
---|---|
Parameter | Value |
---|---|
COUNTER
NUMERIC
IN
Counter to manipulate
DEFAULT_VALUE
NUMERIC
IN
Counter default value; defaults to 0
INCREMENT
NUMERIC
IN
The increment value; defaults to 1
. The value can be negative.
RESET
TEXT
IN
Indicates whether the counter should be reset to the default value
RESET_AT
NUMERIC
IN
Indicates whether the counter should be reset when the specified value is reached
HAS_RESET
TEXT
OUT
Returns Y
or N
to indicate whether the counter has been reset
COUNTER
0
COUNTER
1
COUNTER
0
INCREMENT
-1
COUNTER
-1
COUNTER
8
RESET
Y
COUNTER
0
HAS_RESET
Y
COUNTER
8
DEFAULT_VALUE
5
RESET
Y
COUNTER
5
HAS_RESET
Y
COUNTER
3
DEFAULT_VALUE
0
RESET_AT
4
COUNTER
0
HAS_RESET
Y