Files
Every fixed taskhoster-prefixed file and folder a host keeps, the names the engine looks for and
the ones you author between them, on your machine and on the server. Each entry below links out to the page that
documents it in full, from the queue and user definitions you write, through the local config, to the task-state
directories, the durable task-event history and the archived payloads on the server. Every entry here is also a
record in the reference search.
The files
| Name | Kind | Holds | Documented on |
|---|---|---|---|
taskhoster-queues/ | Folder | A queue host's queue definitions, one JSON file per queue. | Queues |
taskhoster-users/ | Folder | A queue host's user definitions, one file per user. | Users |
config.json | File | The local package's config: serverAddress, apiToken, contentRoot and tools. | Local |
pending/, processing/, done/ | Folder | The three task-state directories on the server; a task's directory is its status. | Store |
tasks/ | Folder | The durable task-event day-files on the server. | Store |
tasks-payloads/ | Folder | Archived task payload bodies, when taskhoster-archivePayloads is on. | Store |