The CREATE_DOCUMENT action is used to create a document within the Nuxeo repository.
The input parameters for CREATE_DOCUMENT are:
Parameter | Type | Required | Description |
---|---|---|---|
content | Content | Optional | An existing file in the Hyland Experience repository that will be copied into a document in the Nuxeo repository. |
documentMetadata | JSON | Optional |
Document metadata that will be set for the document that will be created in Nuxeo repository. |
documentName | String | Required | Name of the document that will be created in the Nuxeo repository. |
documentType | String | Required | Type of the document that will be created in the Nuxeo repository. |
parentDocumentId | String | Optional | Identifier of a parent document that exists in the Nuxeo repository. |
parentDocumentPath | String | Optional | Identifier of the document path that exists in Nuxeo repository. |
The output parameters from CREATE_DOCUMENT are:
Parameter | Type | Required | Description |
---|---|---|---|
outputDocumentId | String | Optional | The identifier of the document that was created in the Nuxeo repository. |