Creates a StorageNode object — assignable to a StorageNode variable — using a specified UUID string. Typically used in the De-Enveloper ruleset.
This action is used when a ruleset needs to reference or reconstruct a specific StorageNode by its known identifier, rather than creating a new node or looking one up by other criteria. Because it's most common in the De-Enveloper ruleset, it's typically used when re-associating an incoming document or payload with a StorageNode that was already established earlier in the processing flow — for example, when a UUID captured earlier needs to be resolved back into a usable StorageNode object for a later action to act on.
Parameters:
- UUID String — the identifier of the StorageNode to create/reference.
Returns:
- A StorageNode object, assignable to a StorageNode variable.
Comments
0 comments
Please sign in to leave a comment.