1. Description
Changes the occurrence number of IDS (creates new occurrence without altering old one). After this actor finished it's execution, you will have to occurrences of the very same data. One that is passed as idsIn
and another one - returned as idsOut
.
Be careful!
This actor overwrites data in target occurrence. It means you will lose all your data inside target occurrence in case they exist.
Note that in case of memory cache, new IDS is created inside memory backend and will not be reflected inside output data unless you use UALCollector
. In case of direct data access, new occurrence will be available inside pulse file as soon as actor finishes it's execution.
1.1. Ports
1.2. Inputs
IDSTime actor has two input ports.
port name | purpose | Icon |
---|---|---|
idsIn | IDS to be changed | |
occurrence | new occurence number |
1.3. Outputs
port name | purpose |
---|---|
idsOut | IDS with new occurrence number. |
2. Configuration
This actor doesn't provide any additional configuration.
3. Version history
version | description |
---|---|