Link Task ProcessDocument with Document

How can I link the ProcessDocument with a Document so that when I start the process with a specific docRef, the Contract details in the ProcessDocument show the details of that specific Document?

When I make updates to the ProcessDocument, the linked Document should be updated as well.

Hi @n.garryyev,

Workflows will need a “ProcessDocument” (with the a12wf metadata).

If such a document already exists, let’s say SowContractProcess/17, you can pass that into the process via the variables parameter of the START_PROCESS request.

If you only have a SOWContract-DM document, you could create a SowContractProcess document from it beforehand (with exactly the same data; works because any SOWContract-DM document is also a valid SowContractProcess document).

Not sure if I fully understood your question, let me know if that helps.

Best,
Peter

Hi @peter-smooth-cursor,

Yes, you understood the question. I tried what you proposed, and it works very well.

Thanks,
Nury