I am working on a workflow with 2 streams that are populating 2 different tables. I want to stop one stream if there is no data for the first table but do not want to stop the other part populating the the second table.
I tried using test tool but that stopped the whole workflow and second table was also not populated. Is there any better way to do this?