cancel
Showing results for 
Search instead for 
Did you mean: 

Set nodeId in task of order business process

Former Member
0 Kudos
663

Hi I'd like to setup the nodeId in tasks of my order business process. Does anyone tried to do something like this already? I know that each steps in business process is a TaskModel which provide the nodeId attribute but in XML definition of business process, we don't create TaskModel but Action so i can't find where to put the nodeID value 😕

Currently nodeId is empty when running business process and i'm guessing that's why it doesn't work in my clustered environment (it works locally). So any help will be appreciated. 🙂

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Nevermind, we had a property definition that prevented any node in cluster to execute task in business processes. {code} task.excluded.cluster.ids=0,1,2,... {code} I changed it to allow at least one node for processes and it will fix my issue. You can close this post. :)

0 Kudos

Hi Ansel,

Can you please explain what you did elaborately. Thanks. We have the similar issue and BusinessProcess strucks after executing first time and after that none of the tasks will be performed.

Thanks.