Exstream 16.6 - Releasing document from messagestore

Jyri
edited February 24, 2021 in Exstream #1

I need to release a document into processing from messagestore via REST call.
I'm trying this with the call PUT /v1/documents/{documentId}?where_revision={revision}, with body { "processingstate" : "5" } as described in Exstream Communications Server API Guide

But this just seems to change the state of the document - the document stays in the messagestore with state:released and is not processed by the Exstream application, nor appears in any queue. "Sending" the document from Supervisor Review, this works correctly and the document is processed by the application.

Am I missing something from the REST call?

Comments