Overview
The name of the folder you want to see the contents of. If you just want to use the current directory, then don't specify anything as an argument.
Variables
|
Name |
Reference |
Type |
Required |
Default |
Options |
Description |
|---|---|---|---|---|---|---|
|
Workflows Folder Name |
FOLDER_NAME |
Alphanumeric |
➖ |
- |
- |
The folder (also known as a "directory") that will have its contents listed (both files and subfolders). |
YAML
Below is the YAML template
YAML
source:
template: Workflows Helper - List All Files in A Folder
inputs:
FOLDER_NAME:
type: TEMPLATE
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- 104
- 105
- 106
- 199