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?
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?