Issue:
I want to validate that a file exists in a certain file path for multiple entities. I don't want to have to query every entity separately to validate the files.
Resolution:
Leverage entity.name() in the CQL query as part of the file path. For example:git.fileExists("/app/" + entity.name() +".xyz")