Skip to main content
January 30, 2022
Solved

NEW AT APPIAN , MULTIPLE INSTANCES (MORE THAN 100 ERROR )CREATED DURING PROCESS

  • January 30, 2022
  • 8 replies
  • 0 views

hi everyone 

i have a problem that i dont understand... i created a process where at the beginning i need to insert some data in DBs.

for that i created multiple process variables and use them to write in each datastore , now after that i wrote in the Dbs. at the end , i have input task that display thoses datas. 

now i dont understand why it is creating more than 100 instances of the user input tasks ??? it is the first time that is happen to me .

in my script i wrote this function (in the picture ) the purpose of this script was to insert the id of customer in each items in my list of owners( array of owners ).

now i noticed that the process is in loop with the script ,writing to db and assigning the task to group of person , i think that is my problem .....   but i dont understand why it is doing this ? 

i need help . Thanks you 

Best answer by stefanhelzle0001

That's simple, you have a loop in your process. I assume you tried to move a node from one connector to another. This does not work in Appian. You need to first remove all connectors from the node, then move it.

8 replies

richardm900458
January 30, 2022

Hi yanivB,

can you show the "other" tab of your node?
I looks like you somehow activated multi node instance options.

Besides i am not sure what the sense of you function should be.
You try to save an array of customer.Id s. This array has the length as the number of  elements in "owners".
And you try to save this array in one field  - into owner.Id_Customer.id
What do you try to archive exactly ?


January 30, 2022

this is the other tab of the node

richardm900458
January 30, 2022

Thank you.
How many instances do have the other nodes?

gopalk2865
Participating Frequently
January 30, 2022

Hi, have you used looping flow or mni on your user input task node?

stefanhelzle0001
Brainy
January 30, 2022

That's simple, you have a loop in your process. I assume you tried to move a node from one connector to another. This does not work in Appian. You need to first remove all connectors from the node, then move it.

January 30, 2022

Thaaaaaaaaaaank youuuuu very very very very much stephen i didnt see it ! now it is working as i expected !