Skip to main content
Version: Latest (4.61.0)

Document Store

The Document Store component allows you to store data into the Content Store.

The component will validate if the object is in line with the data model.

Handlebars

This component lets you use Handlebars templates. More information about Handlebars can be found in this section

See how it works:
Document Store Explainer

note

Also covered in the Content Store overview video:
Watch video

Configuration

Inputs | Outputs


Document Store
Input
Output
Error
00 0 (ilywrv6t9)
A message containing the document to store. The document should be formatted according to any of the schemas in the data model.

  • Example:
  • {
    "_id": "ffff0001",
    "kind": "CONTAINER",
    "source": {
    "id": "0001",
    "parentIds": [],
    "hierarchies": ["/documents"],
    "name": {
    "systemName": "documents"
    },
    "contentType": {
    "systemName": "folder"
    },
    "versionInfo": {
    "label": "1.0",
    "major": 1,
    "minor": 0,
    "seriesId": "ffff0001",
    "isCurrent": true
    },
    "states": []
    },
    "migration": {
    "migrate": true,
    "origin": "test"
    }
    }