Are unattended nodes included in the limit of consecutive chained nodes?

Activity chaining will break if:

"The number of unattended nodes that exists between two (attended) activity-chained tasks surpasses the (default) maximum number of 50"

Start and end events are not attended/unattended, so are they not included in the total?
Subprocess nodes are attended/unattended, so is there a potential design cost to nesting subprocesses?
...

OriginalPostID-75814

OriginalPostID-75814

  Discussion posts and replies are publicly visible

Parents
  • @alastairw Can you share what you did? I also need to do workaround on the subprocess limit and MNI, try using multiple instances on the subprocess,but the problem is I can't get the index of the data per row (ex. index(pv!col3,pv!count), since i remove the MNI and no tp!instanceindex in subprocess, i'm having hard time what to put on the indexNo parameter). My scenario here is uploading CSV files and processing each row using a subprocess. WOuld appreciate your help. TIA
Reply
  • @alastairw Can you share what you did? I also need to do workaround on the subprocess limit and MNI, try using multiple instances on the subprocess,but the problem is I can't get the index of the data per row (ex. index(pv!col3,pv!count), since i remove the MNI and no tp!instanceindex in subprocess, i'm having hard time what to put on the indexNo parameter). My scenario here is uploading CSV files and processing each row using a subprocess. WOuld appreciate your help. TIA
Children