Hello everyone:
Is there a tool in designer for storing intermediate values ?
I am essentially looking for something to output data and then read it later during the work flow.
I realize, I can use Output Tool to dump the results to a file and then use Input Tool to read from that file. But can I accomplish the same without any file I/O or writing to a database?
Thanks so much
Raghu
Solved! Go to Solution.
If it's within a single workflow, then you don't need to save any values at all. You'll just continue with your workflow and use the data by connecting it downstream (in whatever way makes sense).
If it's between workflows then the answer is No. The solution to sharing intermediate values between workflows would be saving as a yxdb file and reading in using the In/Out Tools.
You can save constants (Workflow Configuration > Workflow), but I don't think this will suit your need and they don't work between workflows anyway. Though I had often wondered if you could create global constants by pulling them out of the XML of a workflow....
Thanks Philip for your response.
It is nice to be able to name in-flight data with some variable name. But not a deal breaker 🙂