A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I'm attempting to create an approval/review workflow for PDFs. I've managed to stumble my way through the Workflow documentation, and am able to trigger CreateTask when using the OnPageCreated event and making a new page. When I try to use OnFileAdded event, however, I've hit a wall. No matter what I do, I can't seem to get my breakpoint in the workflow's ctor to hit.
Did the new MediaData system completly break the OnFile* events, or am I just doing something incredibly wrong?