Intermediate Storage
Persist documents between process runs
The intermediate storage functionality is built on MSPro Docs Services.
In the context of Boomi Integration you can send any document to the /Docs endpoint to persist (CRUD operate on) documents. Basically, this intermediate storage works like the Document Cache component with a couple of important differences:
Functionality
MSPro /Docs
Doc Cache
Add documents
+
+
Delete documents
+
-
Update existing documents
+
-
Find documents using different criteria
+
-
Get a filtered set of documents
+
-
Define a document's life-time
+
-
Access from different processes
+
-
Support document contexts (metadata)
+
-
Maintain a document status
+
-
Support document status messages
+
-
Last updated