how can I get the document status with Javascript application or CMIS. I mean if it was approved or rejected in a Workflow.
Asked
Active
Viewed 120 times
1 Answers
1
If you are using an out-of-the-box workflow, I don't know of an easy way to get that information because the out-of-the-box workflows do not change any properties on the documents in the workflow package.
You could modify the workflow to set a property on the document. Then you'd be able to check that property to determine what happened in the workflow.
See this tutorial for an example that does this.

Jeff Potts
- 10,468
- 17
- 40