Skip to main content
Nintex Community Menu Bar

Workflow does not start when item is modified by an event receiver

  • December 5, 2016
  • 3 replies
  • 41 views

Forum|alt.badge.img+4

A list item is changed via an Event Receiver. In the history list of that item I see the Change and a new Version is created.

My workflow Option "Start when items are modified" = "YES", nevertheless the workflow did not start.

What is the reason and how can I start a workflow in this case?

3 replies

jesse_mchargue
Forum|alt.badge.img+12

Robert London‌ - 

Do you know what account made the change? Was it the System Account?


Forum|alt.badge.img+4
  • Author
  • December 6, 2016

Hi,

When I look in the history it seems the Event Receiver is triggered by the current user or the workflow user.


Forum|alt.badge.img+5
  • Nintex Partner
  • January 6, 2017

The SPItemEventReceiver class has an EventFiringEnabled property. If the event receiver sets this property to false, it may prevent workflows from starting on update.