Lists the files in a directory.
inputDir (file path), pattern (wildcard) (optional), outputPath (JSON path will have array of files)
{ "sampleKey": { "inputDir": "prefix:folder/yourFile.txt", "pattern": "yourText", "outputPath": "$.yourStateKey", "retryTimes": "10", "retryDelay": "10" }, "storageLocations": { "your_prefix": { "systemType": "SFTP|Local|CustomValue", "serverHost": "yourText", "user": "yourText", "secretKey": "yourStateKey", "port": "10" } }, "customStorageProviders": { "your_systemType": "yourText" } }