Get Dataflow run ID from a post activity
I have a Pega dataflow that I am running in Batch mode using the activity pxRunDDFWithProgressPage. I have a Post activity in the data flow that executes when the data flow is completed. I want to do the following in the activity -
1. Get the data flow run ID and the data flow name in step 1.
2. In Step 2 get the progress ( status ) of the data flow run .
3. If the status is ="Completed successfully" then do something, else do something else.
Let me know how to achieve step 1. How do I get the run ID and the data flow name.
***Edited by Moderator Marissa to update Platform Capability tags****