Hi everyone,
I don't know how to simulate the following issue:
A machine processes a flowitem until a breakdown occurs. The OnBreakdown-trigger should duplicate / clone the flowitem and place it in a buffer next to the machine. The cloned flowitem should have all labels and their current values. After the duplication is finished, the original flowitem should be deleted.
I hope you understand my problem and can help me?