I have develop a workflow where I want even if 1 input file is missing workflow should complete finish running
@vijayyd is your workflow running with more than one input file?
Yes workflow runs on multiple input file. Its a workflow built to get output for 10 entities. Workflow is dynamic to run all the workflow individually.
1 input file required only to run 9th entity, rest of the entities don't need that file.
Workflow is uploaded on Alteryx server, different team use to run the workflow. But inorder to run workflow all entities need to keep dummy file for 9th entity.
I want to add functionality so that even if 1 input file is missing workflow should get completed and run.
