Hi,
I want to pass the node id / DataID of a given document that initiates a workflow to one of the steps in the WF map.
The DataID supposed to be delivered to the Execute step on the WF map. Here's how the map looks :
The goal is to somehow pass the Data ID from the start step to the execute step. Another step in the middle is also acceptable.
This is how the execute step looks :
I have checked all of the available options in the configuration and none of them represents the DataID of the document. There are workflow id,map id, user id etc… nothing helpful.
I have seen that there is "Attribute Value" and it's possible to define one to the workflow :
Is there an option maybe to pass it to this Document ID attribute so it will be accessible to the all steps in the workflow? (like a global variable)
Any ideas on how to achieve this will be appreciated.
Thanks.