Popular Posts

Wednesday, September 17, 2008

Business Events Not firing

Hi,

When Business Events are not firing two things to check are
whether all the Background Engines and Agent Listeners are up .
If Background Engines are down then You need schedule 'Workflow background process' for ever 30 min or so .
The second thing to check is look for the notifications using sysadmin user to see if the business event errored out.

Thanks
Kalyani.

Workflow Queries to debug the Errors

Execute Below query to identify the errors why the workflow is struck  SELECT    workflowitemeo.item_type,    workflowitemeo.item_key,    wo...