WorkPaper formula readback in a Trigger.dev task #3747
gregkonush
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I maintain Bilig, a TypeScript WorkPaper runtime for formula-backed service logic.
I put together a small Trigger.dev example because spreadsheet formulas are still common in pricing, quote approval, payout, and import-validation workflows, but they are awkward to run from background jobs without driving Excel or trusting stale XLSX cached values.
The example keeps the boundary simple:
task({ id, run })wrapper from@trigger.dev/sdk.Links:
The proof returns a compact patch plus before/after/restore summaries with
verified: true, so another service or agent can see exactly what changed and whether the restored WorkPaper still matches the computed value.If this kind of workflow would be useful in the Trigger examples repo, I can adapt it to that style after getting vouched. If it is too niche, I will keep it as an external example.
Beta Was this translation helpful? Give feedback.
All reactions