[{"data":1,"prerenderedAt":1235},["ShallowReactive",2],{"footer-compare":3,"dynamicForm-newsletter":24,"mdc-yxx4ax-key":55,"\u002Fuse-cases\u002Finvoice-approval":75,"mdc--hcm2il-key":107,"mdc-1yc0xr-key":121,"mdc-7srabn-key":135},[4,8,12,16,20],{"path":5,"competitorName":6,"title":7},"\u002Fcompare\u002Fmake","Make","dataflows vs Make",{"path":9,"competitorName":10,"title":11},"\u002Fcompare\u002Fpipedream","Pipedream","dataflows vs Pipedream",{"path":13,"competitorName":14,"title":15},"\u002Fcompare\u002Fpower-automate","Power Automate","dataflows vs Power Automate",{"path":17,"competitorName":18,"title":19},"\u002Fcompare\u002Fzapier","Zapier","dataflows vs Zapier",{"path":21,"competitorName":22,"title":23},"\u002Fcompare\u002Fn8n","n8n","dataflows vs n8n",{"id":25,"title":26,"apiEndpoint":27,"body":28,"description":28,"extension":29,"fields":30,"mail":43,"meta":46,"navigation":35,"path":47,"seo":48,"stem":49,"submitButtonLabel":50,"successMsg":51,"__hash__":54},"forms\u002Fforms\u002Fnewsletter.yml","Newsletter","\u002Fapi\u002FdynamicFormsInbox",null,"yml",[31,38],{"name":32,"type":32,"label":33,"placeholder":34,"required":35,"validationError":36,"width":37},"email","Email","your@email.com",true,"Please enter a valid email address","full",{"name":39,"type":40,"label":41,"required":35,"validationError":42,"width":37},"privacy","checkbox","I agree to the [Privacy Policy](\u002Fprivacy)","You must agree to the privacy policy",{"to":44,"subject":45},"info@nbrx.com","New Newsletter Subscription",{},"\u002Fforms\u002Fnewsletter",{"title":26},"forms\u002Fnewsletter","Subscribe",{"title":52,"description":53},"Successfully subscribed","You will receive a confirmation email shortly.","9jNbCbi3ukyzmYA4p66npxcPS6f5NJ1U0M7vJ9PtbBM",{"data":56,"body":57},{},{"type":58,"children":59},"root",[60],{"type":61,"tag":62,"props":63,"children":64},"element","p",{},[65,68],{"type":66,"value":67},"text","I agree to the ",{"type":61,"tag":69,"props":70,"children":72},"a",{"href":71},"\u002Fprivacy",[73],{"type":66,"value":74},"Privacy Policy",{"id":76,"title":77,"body":28,"code":78,"description":79,"extension":29,"highlights":80,"industry":93,"meta":94,"navigation":35,"path":95,"problem":96,"seo":97,"solution":100,"stem":101,"systems":102,"__hash__":106},"useCases\u002Fuse-cases\u002Finvoice-approval.yml","Invoice Approval","\u002F\u002F Invoice approval workflow\nexport const invoiceApproval = defineWorkflow({\n  id: 'invoice-approval',\n  trigger: email.onReceive({ subject: 'Invoice' }),\n\n  async run({ event, step }) {\n    const pdf = await step.run('extract-pdf', () =>\n      attachments.firstPdf(event)\n    )\n\n    const data = await step.run('ai-extract', () =>\n      ai.extract(pdf, {\n        amount: 'number',\n        date: 'date',\n        vendor: 'string',\n        costCenter: 'string'\n      })\n    )\n\n    const approver = await step.run('find-approver', () =>\n      people.byCostCenter(data.costCenter)\n    )\n\n    const decision = await step.waitForApproval({\n      approver,\n      timeout: '7d',\n      summary: data\n    })\n\n    if (decision === 'rejected') return { status: 'rejected' }\n\n    await step.run('book-in-accounting', () =>\n      accounting.uploadInvoice({ pdf, data })\n    )\n\n    return { status: 'booked' }\n  }\n})\n","Incoming invoices are read by AI, sent to the right approver, and booked into accounting automatically. With a clear paper trail for finance.",[81,85,89],{"title":82,"description":83,"icon":84},"AI does the typing","Amount, date, vendor and cost center are extracted automatically from the PDF.","i-lucide-sparkles",{"title":86,"description":87,"icon":88},"Right approver, every time","Routing by cost center, amount or vendor. With a clear escalation path if nobody answers.","i-lucide-user-check",{"title":90,"description":91,"icon":92},"Audit ready","Every invoice has a full timeline: when it arrived, who approved it, when it was booked.","i-lucide-shield-check","Finance & Operations",{},"\u002Fuse-cases\u002Finvoice-approval","Invoices arrive by email from many vendors, in many shapes. Someone has to open each PDF, type\nthe numbers into the accounting system, figure out who has to approve it, chase that approval,\nand finally book the invoice.\n\nThis is slow, easy to get wrong, and impossible to audit later. When something goes missing or\nis paid twice, nobody can say exactly what happened.\n",{"title":98,"description":99},"Invoice Approval Automation","Automate invoice handling from email to accounting with AI and human approval.","dataflows watches the inbox. When an invoice comes in, AI extracts the key data: amount, date,\nvendor, cost center. The workflow then asks the right approver by email or Slack and waits up\nto seven days for an answer.\n\nOnce approved, the invoice is uploaded into the accounting system with all metadata attached.\nIf something is missing or unclear, the workflow asks a human instead of guessing. Every step\nis logged so finance can always see what was done, by whom, and when.\n","use-cases\u002Finvoice-approval",[33,103,104,105],"AI \u002F OCR","Accounting","Slack","VU-_EZ3wr18D60949qvDX8iD_w8hoLya59KKMK6ZqEU",{"data":108,"body":109},{},{"type":58,"children":110},[111,116],{"type":61,"tag":62,"props":112,"children":113},{},[114],{"type":66,"value":115},"Invoices arrive by email from many vendors, in many shapes. Someone has to open each PDF, type\nthe numbers into the accounting system, figure out who has to approve it, chase that approval,\nand finally book the invoice.",{"type":61,"tag":62,"props":117,"children":118},{},[119],{"type":66,"value":120},"This is slow, easy to get wrong, and impossible to audit later. When something goes missing or\nis paid twice, nobody can say exactly what happened.",{"data":122,"body":123},{},{"type":58,"children":124},[125,130],{"type":61,"tag":62,"props":126,"children":127},{},[128],{"type":66,"value":129},"dataflows watches the inbox. When an invoice comes in, AI extracts the key data: amount, date,\nvendor, cost center. The workflow then asks the right approver by email or Slack and waits up\nto seven days for an answer.",{"type":61,"tag":62,"props":131,"children":132},{},[133],{"type":66,"value":134},"Once approved, the invoice is uploaded into the accounting system with all metadata attached.\nIf something is missing or unclear, the workflow asks a human instead of guessing. Every step\nis logged so finance can always see what was done, by whom, and when.",{"data":136,"body":137},{},{"type":58,"children":138},[139,1229],{"type":61,"tag":140,"props":141,"children":146},"pre",{"className":142,"code":143,"language":144,"meta":145,"style":145},"language-typescript shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u002F\u002F Invoice approval workflow\nexport const invoiceApproval = defineWorkflow({\n  id: 'invoice-approval',\n  trigger: email.onReceive({ subject: 'Invoice' }),\n\n  async run({ event, step }) {\n    const pdf = await step.run('extract-pdf', () =>\n      attachments.firstPdf(event)\n    )\n\n    const data = await step.run('ai-extract', () =>\n      ai.extract(pdf, {\n        amount: 'number',\n        date: 'date',\n        vendor: 'string',\n        costCenter: 'string'\n      })\n    )\n\n    const approver = await step.run('find-approver', () =>\n      people.byCostCenter(data.costCenter)\n    )\n\n    const decision = await step.waitForApproval({\n      approver,\n      timeout: '7d',\n      summary: data\n    })\n\n    if (decision === 'rejected') return { status: 'rejected' }\n\n    await step.run('book-in-accounting', () =>\n      accounting.uploadInvoice({ pdf, data })\n    )\n\n    return { status: 'booked' }\n  }\n})\n\n","typescript","",[147],{"type":61,"tag":148,"props":149,"children":150},"code",{"__ignoreMap":145},[151,163,207,243,316,325,370,438,470,479,487,549,584,614,644,674,700,713,721,729,791,831,839,847,889,902,932,950,963,971,1049,1057,1107,1153,1161,1169,1207,1216],{"type":61,"tag":152,"props":153,"children":156},"span",{"class":154,"line":155},"line",1,[157],{"type":61,"tag":152,"props":158,"children":160},{"style":159},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[161],{"type":66,"value":162},"\u002F\u002F Invoice approval workflow\n",{"type":61,"tag":152,"props":164,"children":166},{"class":154,"line":165},2,[167,173,179,185,191,197,202],{"type":61,"tag":152,"props":168,"children":170},{"style":169},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[171],{"type":66,"value":172},"export",{"type":61,"tag":152,"props":174,"children":176},{"style":175},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[177],{"type":66,"value":178}," const",{"type":61,"tag":152,"props":180,"children":182},{"style":181},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[183],{"type":66,"value":184}," invoiceApproval ",{"type":61,"tag":152,"props":186,"children":188},{"style":187},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[189],{"type":66,"value":190},"=",{"type":61,"tag":152,"props":192,"children":194},{"style":193},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[195],{"type":66,"value":196}," defineWorkflow",{"type":61,"tag":152,"props":198,"children":199},{"style":181},[200],{"type":66,"value":201},"(",{"type":61,"tag":152,"props":203,"children":204},{"style":187},[205],{"type":66,"value":206},"{\n",{"type":61,"tag":152,"props":208,"children":210},{"class":154,"line":209},3,[211,217,222,227,233,238],{"type":61,"tag":152,"props":212,"children":214},{"style":213},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[215],{"type":66,"value":216},"  id",{"type":61,"tag":152,"props":218,"children":219},{"style":187},[220],{"type":66,"value":221},":",{"type":61,"tag":152,"props":223,"children":224},{"style":187},[225],{"type":66,"value":226}," '",{"type":61,"tag":152,"props":228,"children":230},{"style":229},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[231],{"type":66,"value":232},"invoice-approval",{"type":61,"tag":152,"props":234,"children":235},{"style":187},[236],{"type":66,"value":237},"'",{"type":61,"tag":152,"props":239,"children":240},{"style":187},[241],{"type":66,"value":242},",\n",{"type":61,"tag":152,"props":244,"children":246},{"class":154,"line":245},4,[247,252,256,261,266,271,275,280,285,289,293,298,302,307,312],{"type":61,"tag":152,"props":248,"children":249},{"style":213},[250],{"type":66,"value":251},"  trigger",{"type":61,"tag":152,"props":253,"children":254},{"style":187},[255],{"type":66,"value":221},{"type":61,"tag":152,"props":257,"children":258},{"style":181},[259],{"type":66,"value":260}," email",{"type":61,"tag":152,"props":262,"children":263},{"style":187},[264],{"type":66,"value":265},".",{"type":61,"tag":152,"props":267,"children":268},{"style":193},[269],{"type":66,"value":270},"onReceive",{"type":61,"tag":152,"props":272,"children":273},{"style":181},[274],{"type":66,"value":201},{"type":61,"tag":152,"props":276,"children":277},{"style":187},[278],{"type":66,"value":279},"{",{"type":61,"tag":152,"props":281,"children":282},{"style":213},[283],{"type":66,"value":284}," subject",{"type":61,"tag":152,"props":286,"children":287},{"style":187},[288],{"type":66,"value":221},{"type":61,"tag":152,"props":290,"children":291},{"style":187},[292],{"type":66,"value":226},{"type":61,"tag":152,"props":294,"children":295},{"style":229},[296],{"type":66,"value":297},"Invoice",{"type":61,"tag":152,"props":299,"children":300},{"style":187},[301],{"type":66,"value":237},{"type":61,"tag":152,"props":303,"children":304},{"style":187},[305],{"type":66,"value":306}," }",{"type":61,"tag":152,"props":308,"children":309},{"style":181},[310],{"type":66,"value":311},")",{"type":61,"tag":152,"props":313,"children":314},{"style":187},[315],{"type":66,"value":242},{"type":61,"tag":152,"props":317,"children":319},{"class":154,"line":318},5,[320],{"type":61,"tag":152,"props":321,"children":322},{"emptyLinePlaceholder":35},[323],{"type":66,"value":324},"\n",{"type":61,"tag":152,"props":326,"children":328},{"class":154,"line":327},6,[329,334,339,344,350,355,360,365],{"type":61,"tag":152,"props":330,"children":331},{"style":175},[332],{"type":66,"value":333},"  async",{"type":61,"tag":152,"props":335,"children":336},{"style":213},[337],{"type":66,"value":338}," run",{"type":61,"tag":152,"props":340,"children":341},{"style":187},[342],{"type":66,"value":343},"({",{"type":61,"tag":152,"props":345,"children":347},{"style":346},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[348],{"type":66,"value":349}," event",{"type":61,"tag":152,"props":351,"children":352},{"style":187},[353],{"type":66,"value":354},",",{"type":61,"tag":152,"props":356,"children":357},{"style":346},[358],{"type":66,"value":359}," step",{"type":61,"tag":152,"props":361,"children":362},{"style":187},[363],{"type":66,"value":364}," })",{"type":61,"tag":152,"props":366,"children":367},{"style":187},[368],{"type":66,"value":369}," {\n",{"type":61,"tag":152,"props":371,"children":373},{"class":154,"line":372},7,[374,379,384,389,394,398,402,407,411,415,420,424,428,433],{"type":61,"tag":152,"props":375,"children":376},{"style":175},[377],{"type":66,"value":378},"    const",{"type":61,"tag":152,"props":380,"children":381},{"style":181},[382],{"type":66,"value":383}," pdf",{"type":61,"tag":152,"props":385,"children":386},{"style":187},[387],{"type":66,"value":388}," =",{"type":61,"tag":152,"props":390,"children":391},{"style":169},[392],{"type":66,"value":393}," await",{"type":61,"tag":152,"props":395,"children":396},{"style":181},[397],{"type":66,"value":359},{"type":61,"tag":152,"props":399,"children":400},{"style":187},[401],{"type":66,"value":265},{"type":61,"tag":152,"props":403,"children":404},{"style":193},[405],{"type":66,"value":406},"run",{"type":61,"tag":152,"props":408,"children":409},{"style":213},[410],{"type":66,"value":201},{"type":61,"tag":152,"props":412,"children":413},{"style":187},[414],{"type":66,"value":237},{"type":61,"tag":152,"props":416,"children":417},{"style":229},[418],{"type":66,"value":419},"extract-pdf",{"type":61,"tag":152,"props":421,"children":422},{"style":187},[423],{"type":66,"value":237},{"type":61,"tag":152,"props":425,"children":426},{"style":187},[427],{"type":66,"value":354},{"type":61,"tag":152,"props":429,"children":430},{"style":187},[431],{"type":66,"value":432}," ()",{"type":61,"tag":152,"props":434,"children":435},{"style":175},[436],{"type":66,"value":437}," =>\n",{"type":61,"tag":152,"props":439,"children":441},{"class":154,"line":440},8,[442,447,451,456,460,465],{"type":61,"tag":152,"props":443,"children":444},{"style":181},[445],{"type":66,"value":446},"      attachments",{"type":61,"tag":152,"props":448,"children":449},{"style":187},[450],{"type":66,"value":265},{"type":61,"tag":152,"props":452,"children":453},{"style":193},[454],{"type":66,"value":455},"firstPdf",{"type":61,"tag":152,"props":457,"children":458},{"style":213},[459],{"type":66,"value":201},{"type":61,"tag":152,"props":461,"children":462},{"style":181},[463],{"type":66,"value":464},"event",{"type":61,"tag":152,"props":466,"children":467},{"style":213},[468],{"type":66,"value":469},")\n",{"type":61,"tag":152,"props":471,"children":473},{"class":154,"line":472},9,[474],{"type":61,"tag":152,"props":475,"children":476},{"style":213},[477],{"type":66,"value":478},"    )\n",{"type":61,"tag":152,"props":480,"children":482},{"class":154,"line":481},10,[483],{"type":61,"tag":152,"props":484,"children":485},{"emptyLinePlaceholder":35},[486],{"type":66,"value":324},{"type":61,"tag":152,"props":488,"children":490},{"class":154,"line":489},11,[491,495,500,504,508,512,516,520,524,528,533,537,541,545],{"type":61,"tag":152,"props":492,"children":493},{"style":175},[494],{"type":66,"value":378},{"type":61,"tag":152,"props":496,"children":497},{"style":181},[498],{"type":66,"value":499}," data",{"type":61,"tag":152,"props":501,"children":502},{"style":187},[503],{"type":66,"value":388},{"type":61,"tag":152,"props":505,"children":506},{"style":169},[507],{"type":66,"value":393},{"type":61,"tag":152,"props":509,"children":510},{"style":181},[511],{"type":66,"value":359},{"type":61,"tag":152,"props":513,"children":514},{"style":187},[515],{"type":66,"value":265},{"type":61,"tag":152,"props":517,"children":518},{"style":193},[519],{"type":66,"value":406},{"type":61,"tag":152,"props":521,"children":522},{"style":213},[523],{"type":66,"value":201},{"type":61,"tag":152,"props":525,"children":526},{"style":187},[527],{"type":66,"value":237},{"type":61,"tag":152,"props":529,"children":530},{"style":229},[531],{"type":66,"value":532},"ai-extract",{"type":61,"tag":152,"props":534,"children":535},{"style":187},[536],{"type":66,"value":237},{"type":61,"tag":152,"props":538,"children":539},{"style":187},[540],{"type":66,"value":354},{"type":61,"tag":152,"props":542,"children":543},{"style":187},[544],{"type":66,"value":432},{"type":61,"tag":152,"props":546,"children":547},{"style":175},[548],{"type":66,"value":437},{"type":61,"tag":152,"props":550,"children":552},{"class":154,"line":551},12,[553,558,562,567,571,576,580],{"type":61,"tag":152,"props":554,"children":555},{"style":181},[556],{"type":66,"value":557},"      ai",{"type":61,"tag":152,"props":559,"children":560},{"style":187},[561],{"type":66,"value":265},{"type":61,"tag":152,"props":563,"children":564},{"style":193},[565],{"type":66,"value":566},"extract",{"type":61,"tag":152,"props":568,"children":569},{"style":213},[570],{"type":66,"value":201},{"type":61,"tag":152,"props":572,"children":573},{"style":181},[574],{"type":66,"value":575},"pdf",{"type":61,"tag":152,"props":577,"children":578},{"style":187},[579],{"type":66,"value":354},{"type":61,"tag":152,"props":581,"children":582},{"style":187},[583],{"type":66,"value":369},{"type":61,"tag":152,"props":585,"children":587},{"class":154,"line":586},13,[588,593,597,601,606,610],{"type":61,"tag":152,"props":589,"children":590},{"style":213},[591],{"type":66,"value":592},"        amount",{"type":61,"tag":152,"props":594,"children":595},{"style":187},[596],{"type":66,"value":221},{"type":61,"tag":152,"props":598,"children":599},{"style":187},[600],{"type":66,"value":226},{"type":61,"tag":152,"props":602,"children":603},{"style":229},[604],{"type":66,"value":605},"number",{"type":61,"tag":152,"props":607,"children":608},{"style":187},[609],{"type":66,"value":237},{"type":61,"tag":152,"props":611,"children":612},{"style":187},[613],{"type":66,"value":242},{"type":61,"tag":152,"props":615,"children":617},{"class":154,"line":616},14,[618,623,627,631,636,640],{"type":61,"tag":152,"props":619,"children":620},{"style":213},[621],{"type":66,"value":622},"        date",{"type":61,"tag":152,"props":624,"children":625},{"style":187},[626],{"type":66,"value":221},{"type":61,"tag":152,"props":628,"children":629},{"style":187},[630],{"type":66,"value":226},{"type":61,"tag":152,"props":632,"children":633},{"style":229},[634],{"type":66,"value":635},"date",{"type":61,"tag":152,"props":637,"children":638},{"style":187},[639],{"type":66,"value":237},{"type":61,"tag":152,"props":641,"children":642},{"style":187},[643],{"type":66,"value":242},{"type":61,"tag":152,"props":645,"children":647},{"class":154,"line":646},15,[648,653,657,661,666,670],{"type":61,"tag":152,"props":649,"children":650},{"style":213},[651],{"type":66,"value":652},"        vendor",{"type":61,"tag":152,"props":654,"children":655},{"style":187},[656],{"type":66,"value":221},{"type":61,"tag":152,"props":658,"children":659},{"style":187},[660],{"type":66,"value":226},{"type":61,"tag":152,"props":662,"children":663},{"style":229},[664],{"type":66,"value":665},"string",{"type":61,"tag":152,"props":667,"children":668},{"style":187},[669],{"type":66,"value":237},{"type":61,"tag":152,"props":671,"children":672},{"style":187},[673],{"type":66,"value":242},{"type":61,"tag":152,"props":675,"children":677},{"class":154,"line":676},16,[678,683,687,691,695],{"type":61,"tag":152,"props":679,"children":680},{"style":213},[681],{"type":66,"value":682},"        costCenter",{"type":61,"tag":152,"props":684,"children":685},{"style":187},[686],{"type":66,"value":221},{"type":61,"tag":152,"props":688,"children":689},{"style":187},[690],{"type":66,"value":226},{"type":61,"tag":152,"props":692,"children":693},{"style":229},[694],{"type":66,"value":665},{"type":61,"tag":152,"props":696,"children":697},{"style":187},[698],{"type":66,"value":699},"'\n",{"type":61,"tag":152,"props":701,"children":703},{"class":154,"line":702},17,[704,709],{"type":61,"tag":152,"props":705,"children":706},{"style":187},[707],{"type":66,"value":708},"      }",{"type":61,"tag":152,"props":710,"children":711},{"style":213},[712],{"type":66,"value":469},{"type":61,"tag":152,"props":714,"children":716},{"class":154,"line":715},18,[717],{"type":61,"tag":152,"props":718,"children":719},{"style":213},[720],{"type":66,"value":478},{"type":61,"tag":152,"props":722,"children":724},{"class":154,"line":723},19,[725],{"type":61,"tag":152,"props":726,"children":727},{"emptyLinePlaceholder":35},[728],{"type":66,"value":324},{"type":61,"tag":152,"props":730,"children":732},{"class":154,"line":731},20,[733,737,742,746,750,754,758,762,766,770,775,779,783,787],{"type":61,"tag":152,"props":734,"children":735},{"style":175},[736],{"type":66,"value":378},{"type":61,"tag":152,"props":738,"children":739},{"style":181},[740],{"type":66,"value":741}," approver",{"type":61,"tag":152,"props":743,"children":744},{"style":187},[745],{"type":66,"value":388},{"type":61,"tag":152,"props":747,"children":748},{"style":169},[749],{"type":66,"value":393},{"type":61,"tag":152,"props":751,"children":752},{"style":181},[753],{"type":66,"value":359},{"type":61,"tag":152,"props":755,"children":756},{"style":187},[757],{"type":66,"value":265},{"type":61,"tag":152,"props":759,"children":760},{"style":193},[761],{"type":66,"value":406},{"type":61,"tag":152,"props":763,"children":764},{"style":213},[765],{"type":66,"value":201},{"type":61,"tag":152,"props":767,"children":768},{"style":187},[769],{"type":66,"value":237},{"type":61,"tag":152,"props":771,"children":772},{"style":229},[773],{"type":66,"value":774},"find-approver",{"type":61,"tag":152,"props":776,"children":777},{"style":187},[778],{"type":66,"value":237},{"type":61,"tag":152,"props":780,"children":781},{"style":187},[782],{"type":66,"value":354},{"type":61,"tag":152,"props":784,"children":785},{"style":187},[786],{"type":66,"value":432},{"type":61,"tag":152,"props":788,"children":789},{"style":175},[790],{"type":66,"value":437},{"type":61,"tag":152,"props":792,"children":794},{"class":154,"line":793},21,[795,800,804,809,813,818,822,827],{"type":61,"tag":152,"props":796,"children":797},{"style":181},[798],{"type":66,"value":799},"      people",{"type":61,"tag":152,"props":801,"children":802},{"style":187},[803],{"type":66,"value":265},{"type":61,"tag":152,"props":805,"children":806},{"style":193},[807],{"type":66,"value":808},"byCostCenter",{"type":61,"tag":152,"props":810,"children":811},{"style":213},[812],{"type":66,"value":201},{"type":61,"tag":152,"props":814,"children":815},{"style":181},[816],{"type":66,"value":817},"data",{"type":61,"tag":152,"props":819,"children":820},{"style":187},[821],{"type":66,"value":265},{"type":61,"tag":152,"props":823,"children":824},{"style":181},[825],{"type":66,"value":826},"costCenter",{"type":61,"tag":152,"props":828,"children":829},{"style":213},[830],{"type":66,"value":469},{"type":61,"tag":152,"props":832,"children":834},{"class":154,"line":833},22,[835],{"type":61,"tag":152,"props":836,"children":837},{"style":213},[838],{"type":66,"value":478},{"type":61,"tag":152,"props":840,"children":842},{"class":154,"line":841},23,[843],{"type":61,"tag":152,"props":844,"children":845},{"emptyLinePlaceholder":35},[846],{"type":66,"value":324},{"type":61,"tag":152,"props":848,"children":850},{"class":154,"line":849},24,[851,855,860,864,868,872,876,881,885],{"type":61,"tag":152,"props":852,"children":853},{"style":175},[854],{"type":66,"value":378},{"type":61,"tag":152,"props":856,"children":857},{"style":181},[858],{"type":66,"value":859}," decision",{"type":61,"tag":152,"props":861,"children":862},{"style":187},[863],{"type":66,"value":388},{"type":61,"tag":152,"props":865,"children":866},{"style":169},[867],{"type":66,"value":393},{"type":61,"tag":152,"props":869,"children":870},{"style":181},[871],{"type":66,"value":359},{"type":61,"tag":152,"props":873,"children":874},{"style":187},[875],{"type":66,"value":265},{"type":61,"tag":152,"props":877,"children":878},{"style":193},[879],{"type":66,"value":880},"waitForApproval",{"type":61,"tag":152,"props":882,"children":883},{"style":213},[884],{"type":66,"value":201},{"type":61,"tag":152,"props":886,"children":887},{"style":187},[888],{"type":66,"value":206},{"type":61,"tag":152,"props":890,"children":892},{"class":154,"line":891},25,[893,898],{"type":61,"tag":152,"props":894,"children":895},{"style":181},[896],{"type":66,"value":897},"      approver",{"type":61,"tag":152,"props":899,"children":900},{"style":187},[901],{"type":66,"value":242},{"type":61,"tag":152,"props":903,"children":905},{"class":154,"line":904},26,[906,911,915,919,924,928],{"type":61,"tag":152,"props":907,"children":908},{"style":213},[909],{"type":66,"value":910},"      timeout",{"type":61,"tag":152,"props":912,"children":913},{"style":187},[914],{"type":66,"value":221},{"type":61,"tag":152,"props":916,"children":917},{"style":187},[918],{"type":66,"value":226},{"type":61,"tag":152,"props":920,"children":921},{"style":229},[922],{"type":66,"value":923},"7d",{"type":61,"tag":152,"props":925,"children":926},{"style":187},[927],{"type":66,"value":237},{"type":61,"tag":152,"props":929,"children":930},{"style":187},[931],{"type":66,"value":242},{"type":61,"tag":152,"props":933,"children":935},{"class":154,"line":934},27,[936,941,945],{"type":61,"tag":152,"props":937,"children":938},{"style":213},[939],{"type":66,"value":940},"      summary",{"type":61,"tag":152,"props":942,"children":943},{"style":187},[944],{"type":66,"value":221},{"type":61,"tag":152,"props":946,"children":947},{"style":181},[948],{"type":66,"value":949}," data\n",{"type":61,"tag":152,"props":951,"children":953},{"class":154,"line":952},28,[954,959],{"type":61,"tag":152,"props":955,"children":956},{"style":187},[957],{"type":66,"value":958},"    }",{"type":61,"tag":152,"props":960,"children":961},{"style":213},[962],{"type":66,"value":469},{"type":61,"tag":152,"props":964,"children":966},{"class":154,"line":965},29,[967],{"type":61,"tag":152,"props":968,"children":969},{"emptyLinePlaceholder":35},[970],{"type":66,"value":324},{"type":61,"tag":152,"props":972,"children":974},{"class":154,"line":973},30,[975,980,985,990,995,999,1004,1008,1013,1018,1023,1028,1032,1036,1040,1044],{"type":61,"tag":152,"props":976,"children":977},{"style":169},[978],{"type":66,"value":979},"    if",{"type":61,"tag":152,"props":981,"children":982},{"style":213},[983],{"type":66,"value":984}," (",{"type":61,"tag":152,"props":986,"children":987},{"style":181},[988],{"type":66,"value":989},"decision",{"type":61,"tag":152,"props":991,"children":992},{"style":187},[993],{"type":66,"value":994}," ===",{"type":61,"tag":152,"props":996,"children":997},{"style":187},[998],{"type":66,"value":226},{"type":61,"tag":152,"props":1000,"children":1001},{"style":229},[1002],{"type":66,"value":1003},"rejected",{"type":61,"tag":152,"props":1005,"children":1006},{"style":187},[1007],{"type":66,"value":237},{"type":61,"tag":152,"props":1009,"children":1010},{"style":213},[1011],{"type":66,"value":1012},") ",{"type":61,"tag":152,"props":1014,"children":1015},{"style":169},[1016],{"type":66,"value":1017},"return",{"type":61,"tag":152,"props":1019,"children":1020},{"style":187},[1021],{"type":66,"value":1022}," {",{"type":61,"tag":152,"props":1024,"children":1025},{"style":213},[1026],{"type":66,"value":1027}," status",{"type":61,"tag":152,"props":1029,"children":1030},{"style":187},[1031],{"type":66,"value":221},{"type":61,"tag":152,"props":1033,"children":1034},{"style":187},[1035],{"type":66,"value":226},{"type":61,"tag":152,"props":1037,"children":1038},{"style":229},[1039],{"type":66,"value":1003},{"type":61,"tag":152,"props":1041,"children":1042},{"style":187},[1043],{"type":66,"value":237},{"type":61,"tag":152,"props":1045,"children":1046},{"style":187},[1047],{"type":66,"value":1048}," }\n",{"type":61,"tag":152,"props":1050,"children":1052},{"class":154,"line":1051},31,[1053],{"type":61,"tag":152,"props":1054,"children":1055},{"emptyLinePlaceholder":35},[1056],{"type":66,"value":324},{"type":61,"tag":152,"props":1058,"children":1060},{"class":154,"line":1059},32,[1061,1066,1070,1074,1078,1082,1086,1091,1095,1099,1103],{"type":61,"tag":152,"props":1062,"children":1063},{"style":169},[1064],{"type":66,"value":1065},"    await",{"type":61,"tag":152,"props":1067,"children":1068},{"style":181},[1069],{"type":66,"value":359},{"type":61,"tag":152,"props":1071,"children":1072},{"style":187},[1073],{"type":66,"value":265},{"type":61,"tag":152,"props":1075,"children":1076},{"style":193},[1077],{"type":66,"value":406},{"type":61,"tag":152,"props":1079,"children":1080},{"style":213},[1081],{"type":66,"value":201},{"type":61,"tag":152,"props":1083,"children":1084},{"style":187},[1085],{"type":66,"value":237},{"type":61,"tag":152,"props":1087,"children":1088},{"style":229},[1089],{"type":66,"value":1090},"book-in-accounting",{"type":61,"tag":152,"props":1092,"children":1093},{"style":187},[1094],{"type":66,"value":237},{"type":61,"tag":152,"props":1096,"children":1097},{"style":187},[1098],{"type":66,"value":354},{"type":61,"tag":152,"props":1100,"children":1101},{"style":187},[1102],{"type":66,"value":432},{"type":61,"tag":152,"props":1104,"children":1105},{"style":175},[1106],{"type":66,"value":437},{"type":61,"tag":152,"props":1108,"children":1110},{"class":154,"line":1109},33,[1111,1116,1120,1125,1129,1133,1137,1141,1145,1149],{"type":61,"tag":152,"props":1112,"children":1113},{"style":181},[1114],{"type":66,"value":1115},"      accounting",{"type":61,"tag":152,"props":1117,"children":1118},{"style":187},[1119],{"type":66,"value":265},{"type":61,"tag":152,"props":1121,"children":1122},{"style":193},[1123],{"type":66,"value":1124},"uploadInvoice",{"type":61,"tag":152,"props":1126,"children":1127},{"style":213},[1128],{"type":66,"value":201},{"type":61,"tag":152,"props":1130,"children":1131},{"style":187},[1132],{"type":66,"value":279},{"type":61,"tag":152,"props":1134,"children":1135},{"style":181},[1136],{"type":66,"value":383},{"type":61,"tag":152,"props":1138,"children":1139},{"style":187},[1140],{"type":66,"value":354},{"type":61,"tag":152,"props":1142,"children":1143},{"style":181},[1144],{"type":66,"value":499},{"type":61,"tag":152,"props":1146,"children":1147},{"style":187},[1148],{"type":66,"value":306},{"type":61,"tag":152,"props":1150,"children":1151},{"style":213},[1152],{"type":66,"value":469},{"type":61,"tag":152,"props":1154,"children":1156},{"class":154,"line":1155},34,[1157],{"type":61,"tag":152,"props":1158,"children":1159},{"style":213},[1160],{"type":66,"value":478},{"type":61,"tag":152,"props":1162,"children":1164},{"class":154,"line":1163},35,[1165],{"type":61,"tag":152,"props":1166,"children":1167},{"emptyLinePlaceholder":35},[1168],{"type":66,"value":324},{"type":61,"tag":152,"props":1170,"children":1172},{"class":154,"line":1171},36,[1173,1178,1182,1186,1190,1194,1199,1203],{"type":61,"tag":152,"props":1174,"children":1175},{"style":169},[1176],{"type":66,"value":1177},"    return",{"type":61,"tag":152,"props":1179,"children":1180},{"style":187},[1181],{"type":66,"value":1022},{"type":61,"tag":152,"props":1183,"children":1184},{"style":213},[1185],{"type":66,"value":1027},{"type":61,"tag":152,"props":1187,"children":1188},{"style":187},[1189],{"type":66,"value":221},{"type":61,"tag":152,"props":1191,"children":1192},{"style":187},[1193],{"type":66,"value":226},{"type":61,"tag":152,"props":1195,"children":1196},{"style":229},[1197],{"type":66,"value":1198},"booked",{"type":61,"tag":152,"props":1200,"children":1201},{"style":187},[1202],{"type":66,"value":237},{"type":61,"tag":152,"props":1204,"children":1205},{"style":187},[1206],{"type":66,"value":1048},{"type":61,"tag":152,"props":1208,"children":1210},{"class":154,"line":1209},37,[1211],{"type":61,"tag":152,"props":1212,"children":1213},{"style":187},[1214],{"type":66,"value":1215},"  }\n",{"type":61,"tag":152,"props":1217,"children":1219},{"class":154,"line":1218},38,[1220,1225],{"type":61,"tag":152,"props":1221,"children":1222},{"style":187},[1223],{"type":66,"value":1224},"}",{"type":61,"tag":152,"props":1226,"children":1227},{"style":181},[1228],{"type":66,"value":469},{"type":61,"tag":1230,"props":1231,"children":1232},"style",{},[1233],{"type":66,"value":1234},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",1776512575976]