Add a component, which can be used to describe a task.
Internal properties:
name: The name of the task, String
description: Description of the task, longer text, String
Further considerations:
- Tasks can be nested
- Tasks can be optional
- Tasks can be linked to a workflow, process etc.
- Tasks can require other steps, materials, time requirements etc
- Tasks can be completed
- Tasks can not be reopened, but be linked to a follow up step?
Possible uses:
- Recipes for cooking stuff
- Part of tickets in project workflows
- Automated responses for bots etc.
Add a component, which can be used to describe a task.
Internal properties:
name: The name of the task, Stringdescription: Description of the task, longer text, StringFurther considerations:
Possible uses: