Recued
Menu
← Back to recipes

Meeting Notes To Action

by recued-core v1 10 views

Use “Meeting Notes To Action” in Recued. Turn normalized meeting notes into visible action candidates, then optionally create Recued tasks and commitments.

How it works 30 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (30 steps)
notes default
Apply default
has_notes compare
Check if notes has data
skip_empty compare
Check if has notes does not equal true
protect pii-protect
Apply pii-protect
extract ?
skip: step.skip_empty equal true
restore pii-restore
Apply pii-restore
defaults defaults
Apply defaults
overall_below_threshold compare
Check if extraction confidence is less than setting confidence threshold
defaults_2 defaults
Apply defaults
action_rows_raw map
Extract from each item
action_rows_with_due map
Extract due_at_iso from each item
action_rows_ready filter
Filter by condition
action_rows slice
Take a subset of
commitment_rows_raw map
Extract from each item
commitment_rows_with_due map
Extract promised_for_at_iso from each item
commitment_rows_ready filter
Filter by condition
commitment_rows slice
Take a subset of
preview_mode compare
Check if setting write mode equals preview
skip_writes any
Check if any of the conditions are true
create_tasks ?
skip: step.skip_writes equal true
create_commitments ?
skip: step.skip_writes equal true
action_count count
Count items in action rows
commitment_count count
Count items in commitment rows
task_create_result_count count
Count items in create tasks
commitment_create_result_count count
Count items in create commitments
task_write_attempts ternary
Apply ternary
commitment_write_attempts ternary
Apply ternary
action_table to_table
Format results as a data table
commitment_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

max items setting = 12
write mode setting = preview
source label setting =
meeting notes setting =
meeting title setting =
container names setting = [object Object]
confidence threshold setting = 0.7

About

Tags

meeting-notesdoclingdocumenttaskcommitmentsolodisciplinework-entityai_surfacepack:meeting-notes-to-action

Details

30 steps 7 configurable settings recipe_id: meeting-notes-to-action