REST API

Workflow Fetch Properties

Updated: March 6, 2024

initiator

Fetch the initiator task property as a User entity.

Example

GET https://NUXEO_SERVER/nuxeo/api/v1/workflow/WORKFLOW_ID
fetch.workflow: initiator

attachedDocumentIds

Fetch the attachedDocumentIds task property as a list of Document entity.

Example

GET https://NUXEO_SERVER/nuxeo/api/v1/workflow/WORKFLOW_ID
fetch.workflow: attachedDocumentIds