After executing pxRunSingleCaseDDF how can i get a handle on the instance of DataFlowRun
When invoking an Data-flow with either the DataFlow-Execute method or pxRunSingleCaseDDF I can use pzLoadSingleCaseRuns (or look via Designer studio > decisioning...) to display instances of Data-Decision-DDF-RunInfo.
However, i would like to systemically open the specific instance after executing the data-flow to make determine what i do next in the processing.
To do this i need to understand how the ID is created or if i can control the ID and by what mechanism i can open a single instance of RunInfo.
Thanks