Workflow on creation event fnot running

0
I have a workflow that has processing on task assignment, but event that runs on creation is never hit (the breakpoint I added is never hit). This breaks my processing later when I try to retrieve the current task. Does anyone know if there is a solution to this?
asked
1 answers
0

Could you share more details or screenshots about your workflow. Are you using event handlers for on create logic? If you process a task on create, assigning a user to that task could never trigger the event handler.

answered