gn:act_setTimestampToVar
- Description
- Action used to load special timestamp values to variable which are defined by keywords, or hardcoded value.
- Action returns
- void
Action signatures
Set timestamp to variable
[gn:act_setTimestampToVar]|[target,value]
Parameter | Description |
---|---|
target | target where the value will be stored |
value | numeric value or keyword which is used to generate value
|
Example
@variable/currentTime
- target
now
- keyword
[gn:act_setTimestampToVar]|[@variable/currentTime,now]
Set calculated timestamp to variable
[gn:act_setTimestampToVar]|[target,value;expression]
Parameter | Description |
---|---|
target | target where the value will be stored |
value | numeric value or keyword which is used to generate value
|
expression | calculation expression (e.g. now-43200000) |
Example
@variable/currentTime
- target
calculation
- keyword
now-43200000
- expression
[gn:act_setTimestampToVar]|[@variable/nowMinus12h,calculation;now-43200000]