07-28-2017 02:48 AM
I need to pass the nodeRef of the file as an input to the process. This process is deployed in APS. I am using share connector to trigger this process. Now I am able to pass the document and the name(by specifying {name} in start process options) of the document but I have no clue how to pass the nodeRef. Tried with {nodeRef} but didnt work.
09-26-2017 03:42 PM
Hi,
Do you have access to the following placeholders for node properties ?
{sys:store-protocol}
{sys:store-identifier}
{sys:node-uuid}
If so, then you should be able to re-build the full nodeRef, for example:
workspace + "://" + SpacesStore + "/" + a4cc50b1-b337-4830-8fb1-30ef4b3e61b1
Regards,
Jan
Explore our Alfresco products with the links below. Use labels to filter content by product module.