Hi,
I have a requirement to handle run time errors. My workflow is doing data blend and prep using a scheduled job. For each input record, data processing is done and final output is pushed to data mart. My question is while processing or populating data to fact table, if exception occurs, I'd require to update control table with failure of the failed record and continue workflow for rest of the records that means status can be either "SUCCESS" or "FAILURE".
Any ideas will be appreciated. Really I have tough time with Alteryx designer to handle this kind of error handling scenarios.
If I use "Cancel Running workflow on error" , the workflow execution gets terminated, which I means I can't do further execution to change the status to "FAILURE"
Thanks,
Hari