Synopsis
This operators retrieves an objects stored by the
Description
This operator can be used to retrieve the object which was previously stored under the specified name by a Remember operator. The combination of those two operator can be used to build complex processes where an input object is used in completely different parts or loops of processes.
Input
Output
- result:
Parameters
- name: The name under which the specified object is stored and can later be retrieved.
- io object: The class of the object which should be stored.
- remove from store: Indicates if the stored object should be removed from the process store so that following operators can retrieve it again from the store.