This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

State Action -> Convert To PDF -> Document is not filled

I'm creating a document with object creator copy rule and let it convert to pdf via state action.. Problem is that the document isn't filled.. Is this normal behaviour?

Parents Reply
  • It might help if you make sure the document is actually checked in before it is converted to PDF. If you a workflow with automatic transitions then the document will not be checked in before the last state in the line of automatic transitions. I have often placed a pause in flow with a script comparing the last modified time stamp to current time and setting a minimum difference to a few minutes. This will make the transition wait til next time the server checks, and your document is checked in. That should force filling of the properties. The downside is that you have to wait for up to an hour for the PDF version unless you reduce the interval on the server.

Children