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 .properties file (dry-run required before apply).

  • Export — download all entries as a .properties file.

Open the workspace

Navigate to the ACS dashboard and select FTACS Task Config.

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

  1. Select New Entry.

  2. Enter Key, Value, Type, and Description.

  3. 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.

Export

  • Select Export to download a properties file with all entries.

Import with dry-run

  1. Select Import and upload a properties file.

  2. Review the dry-run summary and change list.

  3. If warnings exist, enable Allow warnings before applying.

  4. Apply the import and the list refreshes.

If the configuration is missing (empty state), import creates a new snapshot.

Typical workflow

  1. Navigate to the ACS dashboard and select FTACS Task Config.

  2. Browse entries using search to filter by key or description.

  3. To create a new entry, select New Entry, fill in key, value, type (INT or LIST), and optional description, then click Create.

  4. To edit existing entries, click on a row for inline editing — update value and description, then press kbd:[Enter] to confirm.

  5. After editing one or more entries, select Save changes to submit all modifications as a batch.

  6. Use Discard changes to revert all pending edits before saving.

  7. 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.