diff --git a/versioned_docs/version-8.5/apis-tools/frontend-development/01-task-applications/02-user-task-lifecycle.md b/versioned_docs/version-8.5/apis-tools/frontend-development/01-task-applications/02-user-task-lifecycle.md index cabf0ea6826..4538d006ee9 100644 --- a/versioned_docs/version-8.5/apis-tools/frontend-development/01-task-applications/02-user-task-lifecycle.md +++ b/versioned_docs/version-8.5/apis-tools/frontend-development/01-task-applications/02-user-task-lifecycle.md @@ -5,7 +5,6 @@ description: "Understand and decide on the life cycle of user tasks in your appl --- import GHIcon from "@site/src/mdx/GitHubInlineIcon"; -import TaskLifecycleUI from "./img/task-lifecycle-ui.png"; The task life cycle defines how users can interact with tasks and how work on these tasks is performed. It defines the core actions of your task application, so you should define it before implementing your logic and user interface.