How i can see in which step of the workflow is a document?
Or I can see if a document is rejected if the document is moved from a previous steage where it was at the beginning. Does any template exist to perform that?
Please I need some ideas to achieve my needs. I am really lost.
By default, you can't know in which status of a workflow a document is in by looking at the document.
If you want such functionality, you have to extend your document with a property that keeps track of the status and you have to make sure that your workflow updates the status of the document when needed.