How is my Data organized in Chronos?
Following data is available in chronos:
- Tasks
- Users
- Teams
All the tasks data are available in chronos in two different sets of datasets/tables
- 1.All Tasks: This dataset will look something like
all_tasks_<your company id>
- 2.Workflow specific tasks: For convenience, we also provide the workflow specific tasks in the second set of datasets
- Each workflow will have its own dataset, for example
tasks_<workflow id>
- Each list inside the workflow will have its own dataset, for example
tasks_<workflow id>_<list name>
All user data is available in
all_users_<your company id>
datasetAll team data is available in
all_users_<your company id>
dataset
Important Note:
This data is available in chronos with a delay of 5 minutes
Last modified 3mo ago