Skip to main content
abhisekb0001
March 1, 2021
Solved

De-activate User node halts

  • March 1, 2021
  • 3 replies
  • 0 views

I am facing an issue with one of my process models. The process has a De-Activate User node which is supposed to run as multiple instances, but it halts each and every time the process goes through that node. Once the designer right clicks on the node of the running instance and click on the "Start", the node starts executing from there without any error. Attaching the process model and Other tab properties of the node.

Any help regarding this will be highly appreciated!

Best answer by peter.lewis

Also are you certain there is data in the variable you are using in the "Run one instance for each item in X" variable?

3 replies

stefanhelzle0001
Brainy
March 1, 2021

By any chance, could it be that the process, or at least that node, is not executed in a admin user context? Did you check the log files? Tomcat Std out?

peter.lewis
Employee
March 1, 2021

Also are you certain there is data in the variable you are using in the "Run one instance for each item in X" variable?

abhisekb0001
March 10, 2021

Apologies for the late reply. Yes, you were right, the list which was being passed to the "Run one instance for each item" was a different one(with lesser element counts) than the one which was being used in the Data tab. Corrected it, and now it works fine! Thank you so much!