I use an entrytemplate for a document. In the entrytemplate a workflow (A) is called. At the start of the workflow a second version of the document is created (pdf) using a bespoke procedure. The workflow steps after that are on this second, major version of the document.
I have created another workflow (B) which emulates the entrytemplate by creating a (text) document (using the createDocument procedure in CE_Operations) and then starting the workflow A with this document. Workflow A then at the start creates the second version. It then turns out that the workflow A steps after that are on the first, minor version of the document. This is wrong for my purpose. Can anyone explain this?
------------------------------
Jan Breg
------------------------------