Hi,I have a form library that has a simple two step workflow that assigns tasks based on a status column change. I have the workflow built in SP Designer that is set to trigger on item add and item edit. It functions normally when I upload, create and edit an item. But the problem occurs when I try to update the item using SharePoint APIs. Code!I am doing item.Update(). Have already tried item.SystemUpdate() and all other possible workaround to get the item to update. My code is basically updating the form using filestream and I simply run an item update.My code is run in the elevated previleges block. Any help guys? Appreciate.