FTACS Task Config (ACS)
Overview
FTACS Task Config manages FT-ACS task configuration entries with type specification.
Each entry has a key, value, value type (INT or LIST), and an optional description.
The module supports individual creation and batch updates, and stores data in .properties format.
Fields
| Field | Type | Required | Validation |
|---|---|---|---|
Key |
String |
Yes |
Unique identifier; duplicates are rejected |
Value |
String |
Yes |
Validated based on ValueType (non-negative integer for INT, comma-separated for LIST) |
ValueType |
Enum |
Yes |
INT (non-negative integer) or LIST (comma-separated values) |
Description |
String |
No |
Free-form text describing the entry |
Available operations
-
Create — add a new entry with key, value, type, and optional description.
-
Batch update — edit one or more entries inline and save all changes at once.
-
Delete — remove an entry via the entry modal.
-
Duplicate — create a copy of an entry with a different key.
-
Import — upload a
.propertiesfile (dry-run required before apply). -
Export — download all entries as a
.propertiesfile.
Review and edit
-
Use the search field to filter entries by key or description.
-
Each entry displays its Key, Value, Type (INT/LIST), and Description.
-
Click on a row to open the entry modal with full details.
-
Select Edit to inline-edit value and description.
-
Press kbd:[Enter] to save or kbd:[Esc] to cancel.
-
Edited rows show visual indicators.
Value types and validation
- INT
-
Value must be a non-negative integer.
- LIST
-
Comma-separated list of values. Empty items or invalid syntax trigger warnings.
Save changes
-
Update one or more entries and select Save changes.
-
Use Discard changes to revert all edits.
-
Save is disabled if validation errors exist.
Create new entry
-
Select New Entry.
-
Enter Key, Value, Type, and Description.
-
Select Create.
| Keys must be unique. Duplicate keys are rejected. |
Delete an entry
-
Open the entry modal and choose Delete to remove an entry.
-
Confirm deletion in the dialog.
Duplicate an entry
-
Open the entry modal and choose Duplicate.
-
A new entry is created with the same value/type/description but a different key.
Import with dry-run
-
Select Import and upload a properties file.
-
Review the dry-run summary and change list.
-
If warnings exist, enable Allow warnings before applying.
-
Apply the import and the list refreshes.
| If the configuration is missing (empty state), import creates a new snapshot. |
Typical workflow
-
Navigate to the ACS dashboard and select FTACS Task Config.
-
Browse entries using search to filter by key or description.
-
To create a new entry, select New Entry, fill in key, value, type (INT or LIST), and optional description, then click Create.
-
To edit existing entries, click on a row for inline editing — update value and description, then press kbd:[Enter] to confirm.
-
After editing one or more entries, select Save changes to submit all modifications as a batch.
-
Use Discard changes to revert all pending edits before saving.
-
Optionally, Export the current state for backup.
Troubleshooting
- Configuration not found
-
Import a properties file to create the initial configuration.
- Save is disabled
-
Fix validation errors (e.g., non-integer values for INT type, empty list items).
- Import fails with key mismatch
-
Ensure all keys in the imported file match the expected format.