Skip to main content
Nintex Community Menu Bar

Batched Actions

  • January 3, 2017
  • 2 replies
  • 24 views

Forum|alt.badge.img+3

Hi,

My workflow is a simple one, It has two parallel actions, and, according to established criteria (left branch and right branch) it updates fields and set permissions. It works fine, however when parsed in the Nintex Workflow Analyzer show “Workflow does not correctly handle batching”.

When I remove the permission boxes, the batching error does not appear.

I would like to know how to handle correctly the batch without starting new workflows with set permissions?

 Example:
 

197281_pastedImage_1.png

197315_pastedImage_2.png

Thanks

Merildo

2 replies

Forum|alt.badge.img+12
  • Nintex Partner
  • January 3, 2017

Bom dia,

what happens when you put all actions outside of the parallel action? You're updating and commiting parallel which can confuse Nintex. It should be fine when you run them one after another instead of running parallel?

Does it change anything in the analyzer?

Kind regards,

Enrico


Forum|alt.badge.img+3
  • Author
  • January 3, 2017

Bom dia, Enrico

Thanks for your answer,

You are right. When I run them one after another there is no problem, but I need to use parallel actions because I will add more 4 branches.

The solution that I found is, at end of each branch, start new workflow containing “set permissions”, but I'm not satisfied because there is an increase in the number of workflows.

Regards

Merildo