Solved

Why Nintex takes time after publishing?

  • 24 December 2015
  • 3 replies
  • 55 views

Badge +6

Hi All,

I am working in Nintex 2013. I have bit huge workflow having 8-9 approvals stages (probably > 200 action items). When i publish this WF and save my list item, nothing happens till 3-4 min. After 3-4min. and thereafter WF works fast. What could be the reason for this? Does Nintex engine takes time to load initially after publish or something like?

icon

Best answer by fhunth 24 December 2015, 23:57

View original

3 replies

Userlevel 6
Badge +16

Yours is a common case of huge workflows. I suggest you to read the Aaron Labiosa​ 's posts about this subject >>> Defensive Workflow Design Part 3 - Separation of Concerns

The basic suggestion is to make subworkflow/subroutines/child workflows

Userlevel 7
Badge +17

The architectural reason this is happening is that the SharePoint Workflow Engine must cache all workflows on their first run. This can even happen after an application pool recycle in IIS. If the workflow is running for the first time since a recycle, SharePoint will attempt to cache the workflow again. Since Nintex is a solution that manipulates the SharePoint workflow engine to do amazing things, Nintex is also held by some(keyword) limitations within SharePoint. There isn't much you can do about this fact. But as Fernando points out, making your workflows smaller can effect the time it takes to cache the workflows. So there is opportunity to limit the caching affects.

Thanks for the best share and clear information.

Reply