From 9e1c0b379f845c0936a11b702708f8bb22f1b316 Mon Sep 17 00:00:00 2001 From: Lukas Bindreiter Date: Mon, 17 Nov 2025 16:47:15 +0100 Subject: [PATCH 1/2] Remove duplicated task states section --- workflows/concepts/tasks.mdx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/workflows/concepts/tasks.mdx b/workflows/concepts/tasks.mdx index d5697cf..a3b8a0f 100644 --- a/workflows/concepts/tasks.mdx +++ b/workflows/concepts/tasks.mdx @@ -1063,16 +1063,6 @@ Examples of compatible version numbers include: - A task runner with version `"v1.2"` of `MyTask` would not execute this task, as its minor version is lower than that of the submitted task. - A task runner with version `"v2.5"` of `MyTask` would not execute this task, as its major version differs from that of the submitted task. -## States - -A task can be in one of the following states: - -- `QUEUED`: the task is queued and waiting to be run -- `RUNNING`: the task is currently running on some task runner -- `COMPUTED`: the task has been computed and the output is available. Once in this state, the task will never transition to any other state -- `FAILED`: the task has failed -- `CANCELLED`: the task has been cancelled due to user request - ## Conclusion Tasks form the foundation of Tilebox Workflows. By understanding how to create and manage tasks, you can leverage Tilebox's capabilities to automate and optimize your workflows. Experiment with defining your own tasks, utilizing subtasks, managing dependencies, and employing semantic versioning to develop robust and efficient workflows. From 3e3df758988fb02e4a3e3ec609a95e74c63ffb5c Mon Sep 17 00:00:00 2001 From: Lukas Bindreiter Date: Mon, 17 Nov 2025 16:51:26 +0100 Subject: [PATCH 2/2] Fix file name --- ...png.png => 2025-10-spatio-temporal-explorer.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename assets/changelog/{2025-10-spatio-temporal-explorer.png.png => 2025-10-spatio-temporal-explorer.png} (100%) diff --git a/assets/changelog/2025-10-spatio-temporal-explorer.png.png b/assets/changelog/2025-10-spatio-temporal-explorer.png similarity index 100% rename from assets/changelog/2025-10-spatio-temporal-explorer.png.png rename to assets/changelog/2025-10-spatio-temporal-explorer.png