Question

tcs
IN
Last activity: 25 Aug 2025 11:18 EDT
How to Trigger an Activity after the completion of DataFlow Run
I have a requirement to Process the file data from Cloud and upload the data to Internal database.
After the Dataflow run, based on the Run Status either Success or Failure I need to send out an email notification to the team.
I have used the pypostactivity, Declare OnChange and Declare Trigger to invoke an activity. But none of the option helps.
Tried Monitoring pyStatus property using Declare Onchange but it doesn't help me
Please let me know if you have any other ideas to achieve this requirement
Thanks!