Hi there,
I would like to simulate a process in which "production orders" are followed according to a list. The problem is that I want each token to be created when a process has finished, I don't want the tokens to be created after a specific time previously specified, but when the machine where the operation is carried out is free.
Then, in the first iteration, a token with the associated characteristics of the first row of the table must be created.
Secondly, when the first token has finished performing the operation, a second token will be created with the characteristics of the second row, and so on.
And to continue in this way...
Could you please help me?
Thank you very much in advance.