Asana My Tasks digest
Scheduled read-only digest for one Asana workspace. It reads workspace and user context, the user's task list, open My Tasks, assigned-to-me work, projects, and blocked workspace search results through recued-core.asana, renders compact tables, and can send an in-app nudge when open tasks are visible. It does not create, update, complete, delete, comment on, move, attach to, or mutate Asana resources.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (26 steps)
workspace
?
user
?
task_list
?
my_tasks_raw
?
assigned_raw
?
projects_raw
?
blocked_raw
?
my_tasks
default
Apply default
assigned
default
Apply default
projects
default
Apply default
blocked
default
Apply default
my_task_count
count
Count items in my tasks
assigned_count
count
Count items in assigned
project_count
count
Count items in projects
blocked_count
count
Count items in blocked
has_open_tasks
compare
Check if my task count is greater than 0
notify_enabled
compare
Check if setting notify when open tasks equals true
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
task_rows
slice
Take a subset of
blocked_rows
slice
Take a subset of
project_rows
slice
Take a subset of
tasks_table
to_table
Format results as a data table
blocked_table
to_table
Format results as a data table
projects_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
asana
setting
=
channels
setting
=
in_app
end hour
setting
=
10
user gid
setting
=
me
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
25
start hour
setting
=
8
blocked query
setting
=
blocked
workspace gid
setting
=
notify when open tasks
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.