Retrieve OQL definition from DATASET

1
I have a dataset definition and I want to use the OQL definition of this dataset in a Microflow. Is it possible to retrieve the OQL definition of the dataset to a string variable in the microflow.
asked
1 answers
1

Rene,

You can't access the dataset directly from a microflow. Why not store the content of the dataset in a constant so it is accessible in your microflow? In addition it might be possible to access the dataset contents in java and return the contents as string.

answered