Tokens created after Sequential multi instance activity?

Hi,

I’m wondering if one token goes into a sequential multi instance activity, multiple tokens will be created afterwards? E.g. if I have an production order going to a machine. The machine will produce the required amount of pieces sequentially. Afterwards the quality is checked and each piece is treated individually according to quality level. Thats why I need each piece to represented by one token. For shipping afterwards, I want the tokens to be merged again so everything is shipped together.

Does the below model reflect this?

Thank you in advance

Hi @Thore,

You should wrap the whole individual stuff in a multi instance subprocess:

regards,
Dominik

1 Like

Thanks @dominikh ! i used this approach for my model :slight_smile: